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 65e355f0..8d45154f 100644
--- a/build.xml
+++ b/build.xml
@@ -75,6 +75,10 @@ the common tasks and can be called on to run the main aspects of all the sub-scr
</ant>
</target>
+ <target name="findbugs" description="Runs findbugs on the code">
+ <ant antfile="buildScripts/compile.ant.xml" target="findbugs" inheritAll="false" />
+ </target>
+
<target name="maven" depends="version" description="Build a maven repository">
<ant antfile="buildScripts/maven.ant.xml" target="maven" inheritAll="false">
<property name="lombok.version" value="${lombok.version}" />