tfischer 2005/07/21 00:05:39
Modified: . maven.xml
Log:
do not include src/maven-plugin directory in teh source distribution
Revision Changes Path
1.29 +4 -2 db-torque/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/db-torque/maven.xml,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- maven.xml 19 Jul 2005 17:24:52 -0000 1.28
+++ maven.xml 21 Jul 2005 07:05:39 -0000 1.29
@@ -71,10 +71,12 @@
<!-- called from the generator where the project-base.xml -->
<!-- does not exist in the base directory -->
<copy todir="${maven.dist.src.assembly.dir}" file="project-base.xml"
failonerror="false"/>
- <!-- do not include src/generator in the source distribution -->
+ <!-- do not include src/generator and src/maven-plugin -->
+ <!-- in the source distribution -->
<!-- The directory is deleted after copying, maybe one can find -->
<!-- a better solution -->
<delete dir="${maven.dist.src.assembly.dir}/src/generator" />
+ <delete dir="${maven.dist.src.assembly.dir}/src/maven-plugin" />
</preGoal>
<!-- ================================================================== -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]