forked from anterostecnologia/anterospersistencecore
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathimportante
More file actions
20 lines (13 loc) · 683 Bytes
/
Copy pathimportante
File metadata and controls
20 lines (13 loc) · 683 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
how to install gpg on macos:
brew install gpg (command line)
https://gpgtools.org download and install GPG KeyChain (GUI)
how to send public key using gpg:
gpg --keyserver hkp://keyserver.ubuntu.com --send-keys 3FCC07F4
(gpg --list-keys to obtain keyName)
how to deploy to maven central and bintray:
source:jar javadoc:jar deploy -P bintray
source:jar javadoc:jar deploy -P maven-central
how to configure PATH on Run Configuration Eclipse to execute GPG:
Name: PATH
Value: /usr/local/MacGPG2/bin (directory brew install gpg) or which gpg to see path
http://central.maven.org/maven2/br/com/anteros/Anteros-Persistence-Core/