dion 2003/06/17 18:10:58
Modified: src/plugins-build/word2html plugin.jelly
Log:
Make word2html plugin run when maven site runs
Revision Changes Path
1.3 +2 -2 maven/src/plugins-build/word2html/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/maven/src/plugins-build/word2html/plugin.jelly,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- plugin.jelly 25 Jan 2003 18:19:55 -0000 1.2
+++ plugin.jelly 18 Jun 2003 01:10:57 -0000 1.3
@@ -44,10 +44,10 @@
</j:if>
</goal>
- <postGoal name="site:generate">
+ <preGoal name="xdoc">
<j:if test="${!wordSrcDir.equals('MAVEN_WORD2HTML_SRC_DIR_NOT_SET')}">
<attainGoal name="word2html:generate"/>
</j:if>
- </postGoal>
+ </preGoal>
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]