dion 2003/08/03 23:43:51
Modified: src/plugins-build/j2ee plugin.jelly
Log:
Apply patches from MAVEN-408
Thanks Joe
Revision Changes Path
1.10 +2 -1 maven/src/plugins-build/j2ee/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/maven/src/plugins-build/j2ee/plugin.jelly,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- plugin.jelly 1 Apr 2003 06:28:54 -0000 1.9
+++ plugin.jelly 4 Aug 2003 06:43:51 -0000 1.10
@@ -17,7 +17,7 @@
<!-- ================================================================ -->
<!-- V A L I D A T E A W A R -->
<!-- ================================================================ -->
- <goal name="j2ee:validate-war"
+ <goal name="j2ee:validate-war" prereqs="war:init"
description="Check that a war file is valid">
<ant:taskdef name="warvalidator" classname="org.apache.maven.j2ee.WarValidator">
@@ -27,6 +27,7 @@
<ant:pathelement path="${plugin.getDependencyPath('ant')}"/>
<ant:pathelement path="${plugin.getDependencyPath('dom4j')}"/>
<ant:pathelement path="${plugin.getDependencyPath('xml-apis')}"/>
+ <ant:pathelement path="${plugin.getDependencyPath('commons-logging')}"/>
</ant:classpath>
</ant:taskdef>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]