From: Konstantin P. <ko...@us...> - 2006-08-25 06:32:46
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-qtags In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26804/plugin-qtags Modified Files: maven.xml Log Message: fixed m1 build Index: maven.xml =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-qtags/maven.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** maven.xml 29 Apr 2005 11:11:02 -0000 1.6 --- maven.xml 25 Aug 2006 06:32:44 -0000 1.7 *************** *** 3,20 **** xmlns:maven="jelly:maven"> - <postGoal name="java:compile"> - <copy todir="${basedir}/target/classes"> - <fileset dir="${pom.build.sourceDirectory}"> - <include name="**/*.vm"/> - <include name="**/*.jelly"/> - </fileset> - </copy> - <attainGoal name="qtags"/> - <j:if test="${hasCompiled == null}"> - <property name="hasCompiled" value="true"/> - <attainGoal name="java:compile"/> - </j:if> - </postGoal> - </project> --- 3,6 ---- |