Make word2html plugin run when maven site runs

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113513 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion
2003-06-18 01:13:01 +00:00
parent 60fbeaab28
commit 976dea4693
3 changed files with 21 additions and 3 deletions

View File

@@ -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>

View File

@@ -5,7 +5,7 @@
<pomVersion>3</pomVersion>
<id>maven-word2html-plugin</id>
<name>Maven Word to HTML Plug-in</name>
<currentVersion>1.2</currentVersion>
<currentVersion>1.3-SNAPSHOT</currentVersion>
<description>A Maven plugin to convert word docs into html for project usage</description>
<shortDescription>Convert Word docs to HTML</shortDescription>
<url>http://maven.apache.org/reference/plugins/word2html/</url>

View File

@@ -0,0 +1,18 @@
<?xml version="1.0"?>
<document>
<properties>
<title>Changes</title>
<author email="dion@apache.org">dIon Gillard</author>
</properties>
<body>
<release version="1.3" date="in CVS">
<action dev="dion" type="fix">
Make plugin run when maven site is invoked
</action>
</release>
</body>
</document>