diff options
author | Reinier Zwitserloot <reinier@tipit.to> | 2009-11-02 01:02:52 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@tipit.to> | 2009-11-02 01:07:30 +0100 |
commit | 1b006eca42fe622888d0372abcff5557b7838579 (patch) | |
tree | caa5a44cc5cd880d89d3e3e1f5e4f1fa2fbce988 /build.xml | |
parent | fa32acad47f7b563cfe9b3ab376c77049a1ac140 (diff) | |
download | lombok-1b006eca42fe622888d0372abcff5557b7838579.tar.gz lombok-1b006eca42fe622888d0372abcff5557b7838579.tar.bz2 lombok-1b006eca42fe622888d0372abcff5557b7838579.zip |
Added a publish-all target.
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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}" /> |