weaver 2004/05/28 11:56:11 Modified: . maven.xml Log: see: JS2-30 <http://issues.apache.org/jira/browse/JS2-30> - capability component added tp allBuild Revision Changes Path 1.67 +7 -0 jakarta-jetspeed-2/maven.xml Index: maven.xml =================================================================== RCS file: /home/cvs/jakarta-jetspeed-2/maven.xml,v retrieving revision 1.66 retrieving revision 1.67 diff -u -r1.66 -r1.67 --- maven.xml 28 May 2004 14:33:44 -0000 1.66 +++ maven.xml 28 May 2004 18:56:11 -0000 1.67 @@ -159,6 +159,13 @@ banner="Build and Install the Security Components jar" postProcessing="false" ignoreFailures="false"/> + <maven:reactor + basedir="${basedir}/components/capability" + includes="project.xml" + goals="jar:install" + banner="Build and Install the Capability Components jar" + postProcessing="false" + ignoreFailures="false"/> <maven:reactor basedir="${basedir}/cps"
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
