aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
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}" />