From 4afc7e5c2344fc5edbd55e815ce62fa1ac8fb357 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Wed, 16 Mar 2011 07:43:55 +0100 Subject: Added printing oss.sonatype.org usernamepass to build script when publishing maven --- build.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'build.xml') diff --git a/build.xml b/build.xml index f3de4339..d747e617 100644 --- a/build.xml +++ b/build.xml @@ -322,6 +322,12 @@ the common tasks and can be called on to run the main aspects of all the sub-scr username="lombokup" keyfile="escudo-upload.key" passphrase="" trust="true" command="./publishToMavenCentral" /> + The artifact has been published to staging. Now go to http://oss.sonatype.org/ and log in as Reinier, then doublecheck if all is well and 'release' it. + -- cgit