henning 2004/10/31 02:17:00
Modified: extensions/maven-plugin/src/plugin plugin.jelly
Log:
Don't copy the torque report file into the target directory.
Revision Changes Path
1.6 +3 -2
jakarta-turbine-2/extensions/maven-plugin/src/plugin/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file:
/home/cvs/jakarta-turbine-2/extensions/maven-plugin/src/plugin/plugin.jelly,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- plugin.jelly 30 Oct 2004 17:18:56 -0000 1.5
+++ plugin.jelly 31 Oct 2004 10:17:00 -0000 1.6
@@ -430,7 +430,8 @@
<copy todir="${turbine.target.dir}/WEB-INF/classes" filtering="no">
<fileset dir="${pom.build.SourceDirectory}">
- <exclude name="**/*java"/>
+ <exclude name="**/*.java"/>
+ <exclude name="report.${torque.project}.om.generation"/>
</fileset>
</copy>
@@ -628,7 +629,7 @@
<j:if test="${turbine.plugin.torque.use}">
<j:if test="${turbineInternalOmUpToDate != 'true'}">
- <echo>Building OM Source files from Schema ...</echo>
+ <echo>Building OM Source files from Schema...</echo>
<attainGoal name="torque:om"/>
</j:if>
</j:if>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]