bwalding 2003/03/27 06:12:46
Modified: src/plugins-build/war plugin.jelly
Log:
o In the same vein as previous patch to same file.
Revision Changes Path
1.10 +10 -0 maven/src/plugins-build/war/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/maven/src/plugins-build/war/plugin.jelly,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- plugin.jelly 27 Mar 2003 10:27:27 -0000 1.9
+++ plugin.jelly 27 Mar 2003 14:12:46 -0000 1.10
@@ -32,6 +32,15 @@
<property name="maven.war.final.name"
value="${pom.artifactId}.war"/>
+
+ </goal>
+
+ <goal name="war:build">
+
+
+ </goal>
+
+ <goal name="war:package">
<echo>Building WAR ${pom.artifactId}</echo>
@@ -43,6 +52,7 @@
<fileset dir="${maven.war.src}">
<exclude name="WEB-INF/web.xml"/>
<exclude name="WEB-INF/classes/**/*.class"/>
+ <exclude name="WEB-INF/lib/*.jar"/>
</fileset>
</j:if>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]