From: Per O. <per...@us...> - 2004-04-12 09:54:42
|
perolesen 04/04/12 02:40:57 Modified: sdocbook maven.xml Log: added pregoal on xdoc to do faq processing first Revision Changes Path 1.3 +6 -3 maven-plugins/sdocbook/maven.xml Index: maven.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/sdocbook/maven.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- maven.xml 17 Oct 2003 18:26:50 -0000 1.2 +++ maven.xml 12 Apr 2004 09:40:57 -0000 1.3 @@ -2,9 +2,12 @@ xmlns:j="jelly:core" xmlns:m="maven"> - <goal - name="plugin"> - + <preGoal name="xdoc:jelly-transform"> + <attainGoal name="faq"/> + </preGoal> + + <goal name="plugin"> + <j:if test="${sourcesPresent == 'true'}"> <attainGoal name="java:compile"/> <attainGoal name="test:test"/> |