From cac3a29d85bb9a9ae0da5abf19543461c0cfa0f4 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Thu, 15 Oct 2009 11:44:17 +0200 Subject: Added maven-publish to the build scripts. Just about every aspect of build and publish is now in the script. --- buildScripts/maven.ant.xml | 35 +++++++++++++++++++++++++++++++++-- buildScripts/website.ant.xml | 14 +++++++------- 2 files changed, 40 insertions(+), 9 deletions(-) (limited to 'buildScripts') diff --git a/buildScripts/maven.ant.xml b/buildScripts/maven.ant.xml index ff71b718..f86de42b 100644 --- a/buildScripts/maven.ant.xml +++ b/buildScripts/maven.ant.xml @@ -24,6 +24,13 @@ This buildfile is part of projectlombok.org. It is responsible for creating and maintaining the maven repository that contains lombok's deliverables for those using maven. + + + + + + + @@ -35,7 +42,7 @@ the maven repository that contains lombok's deliverables for those using maven. - + @@ -108,6 +115,30 @@ the maven repository that contains lombok's deliverables for those using maven. - Now copy maven.tar.bz2 to the website and unpack it in the mavenrepo directory. Let it overwrite files. + + + + + + + You don't have the libertad-upload.key; you'll need it to get write access to the server. + + + + + + diff --git a/buildScripts/website.ant.xml b/buildScripts/website.ant.xml index a0818681..e091ef8d 100644 --- a/buildScripts/website.ant.xml +++ b/buildScripts/website.ant.xml @@ -37,8 +37,8 @@ such as converting the changelog into HTML, and creating javadoc. - - + + @@ -64,12 +64,12 @@ such as converting the changelog into HTML, and creating javadoc. - + - + @@ -151,8 +151,8 @@ such as converting the changelog into HTML, and creating javadoc. - - + + You don't have the libertad-upload.key; you'll need it to get write access to the server. @@ -211,7 +211,7 @@ such as converting the changelog into HTML, and creating javadoc. - + -- cgit