weaver 2004/01/12 10:21:26
Modified: cps maven.xml
Log:
added deployJar goal which compiles, and jars CPS then moves it to were
Jetspeed is deployed
Revision Changes Path
1.3 +6 -0 jakarta-jetspeed-2/cps/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed-2/cps/maven.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- maven.xml 2 Oct 2003 05:30:27 -0000 1.2
+++ maven.xml 12 Jan 2004 18:21:25 -0000 1.3
@@ -5,5 +5,11 @@
<!-- Target of maven test:single test -->
<property name='testcase'
value='org.apache.jetspeed.cps.rewriter.TestRewriterRules'/>
+
+ <goal name="deployJar">
+ <attainGoal name="jar:install"/>
+
+ <copy file="${basedir}/target/${maven.final.name}.jar"
todir="${deploy.war.dir}/jetspeed/WEB-INF/lib"/>
+ </goal>
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]