aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 5cc0ea5f..38f8eff2 100644
--- a/build.xml
+++ b/build.xml
@@ -58,6 +58,10 @@ the common tasks and can be called on to run the main aspects of all the sub-scr
<ant antfile="buildScripts/deps.ant.xml" target="install" inheritAll="false" />
</target>
+ <target name="installDeps-silent" description="Installs ALL dependencies, optional or not.">
+ <ant antfile="buildScripts/deps.ant.xml" target="install-silent" inheritAll="false" />
+ </target>
+
<target name="dist" depends="version, buildDeps" description="Builds THE lombok.jar file which contains everything">
<ant antfile="buildScripts/compile.ant.xml" target="dist" inheritAll="false">
<property name="lombok.version" value="${lombok.version}" />