aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
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">