Change pre-goal to site rather than xdoc, as word docs are nothing to do with xdocs

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113626 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion
2003-07-09 07:30:48 +00:00
parent 10f2d20aef
commit 39721ebfcb

View File

@@ -44,7 +44,7 @@
</j:if>
</goal>
<preGoal name="xdoc">
<preGoal name="site">
<j:if test="${!wordSrcDir.equals('MAVEN_WORD2HTML_SRC_DIR_NOT_SET')}">
<attainGoal name="word2html:generate"/>
</j:if>