From e437ff4d3c84102092d6da0f1478cc54fcd84844 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Tue, 1 Jul 2014 23:13:34 +0200 Subject: moved buildsystem towards new server model. --- build.xml | 70 ++++++++++++++++++++++++++------------------ buildScripts/website.ant.xml | 29 +++++++----------- 2 files changed, 52 insertions(+), 47 deletions(-) diff --git a/build.xml b/build.xml index ede1998f..76f51802 100644 --- a/build.xml +++ b/build.xml @@ -635,77 +635,91 @@ You can also create your own by writing a 'testenvironment.properties' file. The - - - You don't have the escudo-upload.key; you'll need it to get write access to the server. + + username="${ssh.username}" + keyfile="${ssh.keyfile}" passphrase="" + trust="true" command="/data/lombok/stagingCmd/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. + username="${ssh.username}" + keyfile="${ssh.keyfile}" passphrase="" + trust="true" command="/data/lombok/stagingCmd/showMavenCentralPassword" /> - - - You don't have the escudo-upload.key; you'll need it to get write access to the server. + + username="${ssh.username}" + keyfile="${ssh.keyfile}" passphrase="" + trust="true" command="/data/lombok/stagingCmd/deployLombokUtils '${lombok.version}'" /> + username="${ssh.username}" + keyfile="${ssh.keyfile}" passphrase="" + trust="true" command="/data/lombok/stagingCmd/deployLombok '${lombok.version}'" /> - + + + + + + + + Aborted. + + + + + + + + - + + diff --git a/buildScripts/website.ant.xml b/buildScripts/website.ant.xml index 4e4a1ea0..6f54c0fd 100644 --- a/buildScripts/website.ant.xml +++ b/buildScripts/website.ant.xml @@ -181,17 +181,17 @@ such as converting the changelog into HTML, and creating javadoc. - + + username="${ssh.username}" + keyfile="${ssh.keyfile}" passphrase="" + trust="true" command="/data/lombok/stagingCmd/deployWebsite" /> @@ -270,16 +270,11 @@ such as converting the changelog into HTML, and creating javadoc. - - - - - - Aborted. - + + ssh.username and ssh.keyfile should be set. - - + + - - - - -- cgit