aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2018-03-11 16:57:22 +0100
committerReinier Zwitserloot <reinier@zwitserloot.com>2018-03-11 16:57:22 +0100
commit2f1a26b6069d6d75729a971be20d45f0fc5fefcc (patch)
tree54d04577522105782dbd63560403f5d27c0af2fc /build.xml
parentcc55391a7544b0ce0cc37b8aa628dc8f9a46db49 (diff)
downloadlombok-2f1a26b6069d6d75729a971be20d45f0fc5fefcc.tar.gz
lombok-2f1a26b6069d6d75729a971be20d45f0fc5fefcc.tar.bz2
lombok-2f1a26b6069d6d75729a971be20d45f0fc5fefcc.zip
[website] added supporters infrastructure.
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 629db4a6..645114a7 100644
--- a/build.xml
+++ b/build.xml
@@ -898,6 +898,12 @@ You can also create your own by writing a 'testenvironment.properties' file. The
<ant antfile="buildScripts/supporters.ant.xml" target="deployToWebsiteBuild" inheritAll="false" />
</target>
+ <target name="website-supporters-fast" depends="website-only" description="Updates the supporters repo and adds it to the website build.">
+ <ant antfile="buildScripts/supporters.ant.xml" target="deployToWebsiteBuild" inheritAll="false">
+ <property name="noUpdateRepo" value="true" />
+ </ant>
+ </target>
+
<target name="website-only-publish" depends="config-ssh, clean, ensureSupportersDeps"
description="Prepares the website (using lombok version current 'live') for distribution and then publishes it to projectlombok.org.">
<ant antfile="buildScripts/website.ant.xml" target="website-only-publish" inheritAll="false">