From: dion g. <dio...@us...> - 2004-08-05 05:03:54
|
diongillard 04/08/04 22:03:45 Modified: . maven.xml Log: Add faq report Revision Changes Path 1.22 +4 -0 maven-plugins/maven.xml Index: maven.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/maven.xml,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- maven.xml 1 Aug 2004 12:22:19 -0000 1.21 +++ maven.xml 5 Aug 2004 05:03:45 -0000 1.22 @@ -87,4 +87,8 @@ <ant:copy todir="${dir}/maven-plugins" file="${pom.parent.file.parent}/announcement.jsl" /> <ant:copy todir="${dir}/maven-plugins" file="${pom.parent.file.parent}/LICENSE.txt" /> </postGoal> + + <preGoal name="xdoc:jelly-transform"> + <attainGoal name="faq"/> + </preGoal> </project> |