diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2011-03-16 07:43:55 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2011-03-16 07:43:55 +0100 |
commit | 4afc7e5c2344fc5edbd55e815ce62fa1ac8fb357 (patch) | |
tree | 597e4d025ccc2c70bac1bcd3e332295f4696b62e /build.xml | |
parent | 6ab599d01cb0c00d5baa5092649be58b8a99701d (diff) | |
download | lombok-4afc7e5c2344fc5edbd55e815ce62fa1ac8fb357.tar.gz lombok-4afc7e5c2344fc5edbd55e815ce62fa1ac8fb357.tar.bz2 lombok-4afc7e5c2344fc5edbd55e815ce62fa1ac8fb357.zip |
Added printing oss.sonatype.org usernamepass to build script when publishing maven
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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" /> + <echo>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.</echo> + <sshexec + host="projectlombok.org" + username="lombokup" + keyfile="escudo-upload.key" passphrase="" + trust="true" command="./showMavenCentralPassword" /> </target> <target name="-credentials"> |