blob: 14143bad26b0cfcdaf6473cf3c315da98c36599f [file] [log] [blame]
--- a/plugins/maven-build.xml
+++ b/plugins/maven-build.xml
@@ -22,7 +22,6 @@
<!-- ====================================================================== -->
<target name="clean" description="Clean the output directory">
- <ant antfile="build.xml" dir="codebehind" target="clean"/>
<ant antfile="build.xml" dir="convention" target="clean"/>
<ant antfile="build.xml" dir="config-browser" target="clean"/>
<ant antfile="build.xml" dir="javatemplates" target="clean"/>
@@ -57,7 +56,6 @@
<!-- ====================================================================== -->
<target name="compile" description="Compile the code">
- <ant antfile="build.xml" dir="codebehind" target="compile"/>
<ant antfile="build.xml" dir="convention" target="compile"/>
<ant antfile="build.xml" dir="config-browser" target="compile"/>
<ant antfile="build.xml" dir="javatemplates" target="compile"/>
@@ -92,7 +90,6 @@
<!-- ====================================================================== -->
<target name="compile-tests" description="Compile the test code">
- <ant antfile="build.xml" dir="codebehind" target="compile-tests"/>
<ant antfile="build.xml" dir="convention" target="compile-tests"/>
<ant antfile="build.xml" dir="config-browser" target="compile-tests"/>
<ant antfile="build.xml" dir="javatemplates" target="compile-tests"/>
@@ -127,7 +124,6 @@
<!-- ====================================================================== -->
<target name="test" description="Run the test cases">
- <ant antfile="build.xml" dir="codebehind" target="test"/>
<ant antfile="build.xml" dir="convention" target="test"/>
<ant antfile="build.xml" dir="config-browser" target="test"/>
<ant antfile="build.xml" dir="javatemplates" target="test"/>
@@ -162,7 +158,6 @@
<!-- ====================================================================== -->
<target name="javadoc" description="Generates the Javadoc of the application">
- <ant antfile="build.xml" dir="codebehind" target="javadoc"/>
<ant antfile="build.xml" dir="convention" target="javadoc"/>
<ant antfile="build.xml" dir="config-browser" target="javadoc"/>
<ant antfile="build.xml" dir="javatemplates" target="javadoc"/>
@@ -197,7 +192,6 @@
<!-- ====================================================================== -->
<target name="package" description="Package the application">
- <ant antfile="build.xml" dir="codebehind" target="package"/>
<ant antfile="build.xml" dir="convention" target="package"/>
<ant antfile="build.xml" dir="config-browser" target="package"/>
<ant antfile="build.xml" dir="javatemplates" target="package"/>