weaver 2003/12/04 10:38:44
Modified: . maven.xml
Log:
Removed mockobjects from build
Revision Changes Path
1.11 +2 -14 jakarta-jetspeed-2/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed-2/maven.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- maven.xml 4 Dec 2003 17:03:08 -0000 1.10
+++ maven.xml 4 Dec 2003 18:38:44 -0000 1.11
@@ -70,20 +70,7 @@
banner="Build and Install the container jar"
postProcessing="false"
ignoreFailures="false"/>
- <maven:reactor
- basedir="${basedir}"
- includes="portal/project.xml"
- goals="jar:install"
- banner="Make Jetspeed core available in repo"
- postProcessing="false"
- ignoreFailures="false"/>
- <maven:reactor
- basedir="${basedir}"
- includes="mockobjects/project.xml"
- goals="jar:install"
- banner="Build and Install the MockObjects jar"
- postProcessing="false"
- ignoreFailures="false"/>
+
<!-- Build war files -->
<maven:reactor
@@ -93,6 +80,7 @@
banner="Build and Install the Portlet WAR"
postProcessing="false"
ignoreFailures="false"/>
+
<maven:reactor
basedir="${basedir}"
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]