weaver 2003/10/19 20:56:23 Modified: commons maven.xml Log: added utility goal deployJar to compile commons, jar it and then stick it in the shared lib Revision Changes Path 1.2 +6 -0 jakarta-jetspeed-2/commons/maven.xml Index: maven.xml =================================================================== RCS file: /home/cvs/jakarta-jetspeed-2/commons/maven.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- maven.xml 28 Jul 2003 23:46:38 -0000 1.1 +++ maven.xml 20 Oct 2003 03:56:23 -0000 1.2 @@ -4,4 +4,10 @@ xmlns:define="jelly:define" xmlns:reactor="reactor"> + <goal name="deployJar"> + <attainGoal name="jar:install"/> + + <copy file="${basedir}/target/${maven.final.name}.jar" todir="${catalina.shared.lib}"/> + </goal> + </project>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]