jford 2004/05/27 19:41:49
Modified: plugin plugin.jelly
Log:
Use jar:jar instead of java:jar
Commented out copy of generated jar to lib directory since classes are there
Revision Changes Path
1.10 +6 -2 jakarta-jetspeed/plugin/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/jakarta-jetspeed/plugin/plugin.jelly,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- plugin.jelly 24 May 2004 18:12:03 -0000 1.9
+++ plugin.jelly 28 May 2004 02:41:49 -0000 1.10
@@ -85,9 +85,13 @@
</fileset>
</copy>
<!-- create project .jar file -->
- <attainGoal name="java:jar"/>
+ <attainGoal name="jar:jar"/>
+
<!-- copy jar to web app directory -->
- <copy file="${maven.build.dir}/${maven.final.name}.jar"
todir="${maven.war.src}/WEB-INF/lib"/>
+ <!--
+ <copy file="${maven.build.dir}/${maven.final.name}.jar"
todir="${maven.war.src}/WEB-INF/lib"/>
+ -->
+
<!-- remove class files -->
<!--delete>
<fileset dir="${maven.build.dir}/classes" includes="**/*.class"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]