aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@tipit.to>2009-11-02 01:02:52 +0100
committerReinier Zwitserloot <reinier@tipit.to>2009-11-02 01:07:30 +0100
commit1b006eca42fe622888d0372abcff5557b7838579 (patch)
treecaa5a44cc5cd880d89d3e3e1f5e4f1fa2fbce988 /build.xml
parentfa32acad47f7b563cfe9b3ab376c77049a1ac140 (diff)
downloadlombok-1b006eca42fe622888d0372abcff5557b7838579.tar.gz
lombok-1b006eca42fe622888d0372abcff5557b7838579.tar.bz2
lombok-1b006eca42fe622888d0372abcff5557b7838579.zip
Added a publish-all target.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 3a51f6ed..b38d50ee 100644
--- a/build.xml
+++ b/build.xml
@@ -93,6 +93,9 @@ the common tasks and can be called on to run the main aspects of all the sub-scr
</ant>
</target>
+ <target name="publish-all" depends="version, website-publish, maven-publish, publish"
+ description="Publishes lombok itself, updates the maven repository, and the website" />
+
<target name="website" depends="version" description="Prepares the website for distribution">
<ant antfile="buildScripts/website.ant.xml" target="website" inheritAll="false">
<property name="lombok.version" value="${lombok.version}" />