This is an automated email from the git hooks/post-receive script. eugene-guest pushed a commit to annotated tag OpenBSD in repository testng.
commit 2f4538e3fd1740bd529ad2625fe463b234e87f7a Author: Cedric Beust <[email protected]> Date: Thu Dec 18 11:14:23 2014 -0800 Instructions updates. --- README.dev | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.dev b/README.dev index a26a7e9..c74f7e5 100644 --- a/README.dev +++ b/README.dev @@ -13,12 +13,24 @@ Send the public key: Configure ~/.m2/settings.xml with Nexus user/password: + <settings> <servers> <server> + <id>sonatype-nexus-snapshots</id> + <username>***</username> + <password>***</password> + </server> + <server> <id>sonatype-nexus-staging</id> - <username>xxx</username> - <password>xxx</password> + <username>***</username> + <password>***</password> </server> </servers> </settings> + +Snaphot deploy: +mvn -Dgpg.passphrase= -Dgpg.keyname=<public_key> deploy + +Staging deploy: +mvn -Dgpg.passphrase= -Dgpg.keyname=<public_key> release:clean release:prepare release:perform -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/testng.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

