dlestrat 2004/05/01 10:03:51
Modified: . maven.xml
Log:
Set up for security portlets.
Revision Changes Path
1.48 +8 -0 jakarta-jetspeed-2/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed-2/maven.xml,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- maven.xml 29 Apr 2004 02:55:04 -0000 1.47
+++ maven.xml 1 May 2004 17:03:51 -0000 1.48
@@ -166,6 +166,14 @@
banner="Build and Install the Demo application WAR"
postProcessing="false"
ignoreFailures="false"/>
+
+ <maven:reactor
+ basedir="${basedir}/applications/security"
+ includes="project.xml"
+ goals="war:install"
+ banner="Build and Install the Security application WAR"
+ postProcessing="false"
+ ignoreFailures="false"/>
<attainGoal name="copy.shared.deps" />
</goal>
---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org
|