dion 2002/06/06 02:44:03
Modified: src/templates/build/plugins/j2ee build.xml
Log:
Make sure there are no exports from the jar build
Revision Changes Path
1.15 +1 -3 jakarta-turbine-maven/src/templates/build/plugins/j2ee/build.xml
Index: build.xml
===================================================================
RCS file:
/home/cvs/jakarta-turbine-maven/src/templates/build/plugins/j2ee/build.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- build.xml 6 Jun 2002 06:04:44 -0000 1.14
+++ build.xml 6 Jun 2002 09:44:03 -0000 1.15
@@ -102,9 +102,7 @@
<target name="war-build">
<!-- make sure the source is compiled -->
<maven-ant antfile="${maven.home}/plugins/core/build.xml"
- inheritRefs="true"
- inheritAll="true"
- target="jar" />
+ inheritRefs="true" exportAll="false" exportRefs="false" target="jar" />
<echo>Building WAR ${maven.j2ee.war.name}</echo>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>