weaver 2003/12/04 07:19:58
Modified: . maven.xml
Log:
Needed to jar:install the the "portal" before buiding mockbjects since it is now
depenedent on the Jetspeed jar.
Revision Changes Path
1.9 +14 -7 jakarta-jetspeed-2/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed-2/maven.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- maven.xml 19 Nov 2003 21:12:45 -0000 1.8
+++ maven.xml 4 Dec 2003 15:19:58 -0000 1.9
@@ -44,13 +44,6 @@
ignoreFailures="false"/>
<maven:reactor
basedir="${basedir}"
- includes="mockobjects/project.xml"
- goals="jar:install"
- banner="Build and Install the MockObjects jar"
- postProcessing="false"
- ignoreFailures="false"/>
- <maven:reactor
- basedir="${basedir}"
includes="cps/project.xml"
goals="jar:install"
banner="Build and Install the portlet commons services jar"
@@ -75,6 +68,20 @@
includes="container/project.xml"
goals="jar:install"
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"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]