aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2011-03-16 07:43:55 +0100
committerReinier Zwitserloot <reinier@zwitserloot.com>2011-03-16 07:43:55 +0100
commit4afc7e5c2344fc5edbd55e815ce62fa1ac8fb357 (patch)
tree597e4d025ccc2c70bac1bcd3e332295f4696b62e /build.xml
parent6ab599d01cb0c00d5baa5092649be58b8a99701d (diff)
downloadlombok-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.xml6
1 files changed, 6 insertions, 0 deletions
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" />
+ <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">