weaver 2004/02/23 16:54:20
Modified: . maven.xml
Log:
- add correct pathing for project files
- moved around the build a bit
Revision Changes Path
1.19 +14 -27 jakarta-jetspeed-2/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed-2/maven.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- maven.xml 23 Feb 2004 21:03:49 -0000 1.18
+++ maven.xml 24 Feb 2004 00:54:20 -0000 1.19
@@ -37,78 +37,65 @@
<!-- Build jars -->
<maven:reactor
basedir="${basedir}/portlet-api"
- includes="portlet-api/project.xml"
+ includes="project.xml"
goals="jar:install"
banner="Build and Install the Portlet API jar"
postProcessing="false"
ignoreFailures="false"/>
<maven:reactor
basedir="${basedir}/commons"
- includes="commons/project.xml"
+ includes="project.xml"
goals="jar:install"
banner="Build and Install the common jar"
postProcessing="false"
ignoreFailures="false"/>
<maven:reactor
basedir="${basedir}/components/cm"
- includes="components/cm/project.xml"
+ includes="project.xml"
goals="jar:install"
banner="Build and Install the Component Manager jar"
postProcessing="false"
ignoreFailures="false"/>
<maven:reactor
basedir="${basedir}/components/rdbms"
- includes="components/rdbms/project.xml"
+ includes="project.xml"
goals="jar:install"
banner="Build and Install the RDBMS jar"
postProcessing="false"
ignoreFailures="false"/>
<maven:reactor
basedir="${basedir}/components/persistence"
- includes="components/persistence/project.xml"
+ includes="project.xml"
goals="jar:install"
banner="Build and Install the Persistence jar"
postProcessing="false"
ignoreFailures="false"/>
- <maven:reactor
- basedir="${basedir}/components/registry"
- includes="components/registry/project.xml"
- goals="jar:install"
- banner="Build and Install the Registry jar"
- postProcessing="false"
- ignoreFailures="false"/>
<maven:reactor
basedir="${basedir}/components/registry"
- includes="components/jetspeed/project.xml"
- goals="jar:install"
- banner="Build and Install the Jetspeed Components jar"
+ includes="project.xml"
+ goals="build_registry"
+ banner="Build and Install the Regsitry Components jar"
postProcessing="false"
ignoreFailures="false"/>
<maven:reactor
basedir="${basedir}/cps"
- includes="cps/project.xml"
+ includes="project.xml"
goals="jar:install"
banner="Build and Install the portlet commons services jar"
postProcessing="false"
ignoreFailures="false"/>
<maven:reactor
basedir="${basedir}/plugin"
- includes="plugin/project.xml"
+ includes="project.xml"
goals="jar:install"
banner="Build and Install the Plugin jar"
postProcessing="false"
- ignoreFailures="false"/>
- <maven:reactor
- basedir="${basedir}"
- includes="services/registry/project.xml"
- goals="db.recreate,db.test.recreate,jar:install"
- banner="Build and Install the services - registry jar"
- postProcessing="false"
- ignoreFailures="false"/>
+ ignoreFailures="false"/>
+
<maven:reactor
basedir="${basedir}"
includes="services/security/project.xml"
- goals="db.recreate,db.test.recreate,jar:install"
+ goals="db.recreate,db.test.recreate,jar:install,ojb.registry"
banner="Build and Install the services - security jar"
postProcessing="false"
ignoreFailures="false"/>
@@ -117,7 +104,7 @@
<maven:reactor
basedir="${basedir}"
includes="portal/project.xml"
- goals="db.recreate,db.test.recreate,ojb.registry,war:install"
+ goals="db.recreate,db.test.recreate,war:install"
banner="Build and Install the Portlet WAR"
postProcessing="false"
ignoreFailures="false"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]