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:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
18
word2html/xdocs/changes.xml
Normal file
18
word2html/xdocs/changes.xml
Normal 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>
|
||||
|
||||
Reference in New Issue
Block a user