rdonkin 2003/01/29 10:42:51 Modified: betwixt maven.xml Log: Added preGoals so that the release notes get copied into the distributions Revision Changes Path 1.5 +19 -0 jakarta-commons/betwixt/maven.xml Index: maven.xml =================================================================== RCS file: /home/cvs/jakarta-commons/betwixt/maven.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- maven.xml 20 Sep 2002 14:00:41 -0000 1.4 +++ maven.xml 29 Jan 2003 18:42:51 -0000 1.5 @@ -13,6 +13,25 @@ </preGoal> + + <preGoal name="dist:build-bin"> + + <copy todir="${maven.dist.bin.assembly.dir}"> + <fileset file='${basedir}/RELEASE-NOTES.txt'/> + </copy> + + </preGoal> + + <preGoal name="dist:build-src"> + + <copy todir="${maven.dist.src.assembly.dir}"> + <fileset file='${basedir}/RELEASE-NOTES.txt'/> + </copy> + + </preGoal> + + + <goal name="test:classpath" prereqs="java:compile, test:compile" description="Compiles the tests and sets the testing classpath"> <path id="test.classpath">
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]