blob: 27c101ddc5e0e946d806c51225f6359e01d58851 [file] [log] [blame]
--- a/apps/maven-build.xml
+++ b/apps/maven-build.xml
@@ -24,7 +24,6 @@
<target name="clean" description="Clean the output directory">
<ant antfile="build.xml" dir="blank" target="clean"/>
<ant antfile="build.xml" dir="mailreader" target="clean"/>
- <ant antfile="build.xml" dir="portlet" target="clean"/>
<ant antfile="build.xml" dir="showcase" target="clean"/>
<ant antfile="build.xml" dir="rest-showcase" target="clean"/>
</target>
@@ -36,7 +35,6 @@
<target name="compile" description="Compile the code">
<ant antfile="build.xml" dir="blank" target="compile"/>
<ant antfile="build.xml" dir="mailreader" target="compile"/>
- <ant antfile="build.xml" dir="portlet" target="compile"/>
<ant antfile="build.xml" dir="showcase" target="compile"/>
<ant antfile="build.xml" dir="rest-showcase" target="compile"/>
</target>
@@ -48,7 +46,6 @@
<target name="compile-tests" description="Compile the test code">
<ant antfile="build.xml" dir="blank" target="compile-tests"/>
<ant antfile="build.xml" dir="mailreader" target="compile-tests"/>
- <ant antfile="build.xml" dir="portlet" target="compile-tests"/>
<ant antfile="build.xml" dir="showcase" target="compile-tests"/>
<ant antfile="build.xml" dir="rest-showcase" target="compile-tests"/>
</target>
@@ -60,7 +57,6 @@
<target name="test" description="Run the test cases">
<ant antfile="build.xml" dir="blank" target="test"/>
<ant antfile="build.xml" dir="mailreader" target="test"/>
- <ant antfile="build.xml" dir="portlet" target="test"/>
<ant antfile="build.xml" dir="showcase" target="test"/>
<ant antfile="build.xml" dir="rest-showcase" target="test"/>
</target>
@@ -72,7 +68,6 @@
<target name="javadoc" description="Generates the Javadoc of the application">
<ant antfile="build.xml" dir="blank" target="javadoc"/>
<ant antfile="build.xml" dir="mailreader" target="javadoc"/>
- <ant antfile="build.xml" dir="portlet" target="javadoc"/>
<ant antfile="build.xml" dir="showcase" target="javadoc"/>
<ant antfile="build.xml" dir="rest-showcase" target="javadoc"/>
</target>
@@ -84,7 +79,6 @@
<target name="package" description="Package the application">
<ant antfile="build.xml" dir="blank" target="package"/>
<ant antfile="build.xml" dir="mailreader" target="package"/>
- <ant antfile="build.xml" dir="portlet" target="package"/>
<ant antfile="build.xml" dir="showcase" target="package"/>
<ant antfile="build.xml" dir="rest-showcase" target="package"/>
</target>