Run before xdoc:init so generated xdocs can also be used by pdf plugin

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116013 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
carlos
2004-08-28 20:59:39 +00:00
parent 483dddf00b
commit 190e218e55
2 changed files with 2 additions and 1 deletions

View File

@@ -99,7 +99,7 @@
</util:available>
</goal>
<preGoal name="xdoc:jelly-transform">
<preGoal name="xdoc:init">
<j:set var="enabled" value="${maven.html2xdoc.enabled}"/>
<j:if test="${enabled}">
<echo>html2xdoc is enabled</echo>

View File

@@ -25,6 +25,7 @@
</properties>
<body>
<release version="1.3.1-SNAPSHOT" date="in CVS">
<action dev="carlos" type="update">Run before xdoc:init so generated xdocs can also be used by pdf plugin.</action>
<action dev="dion" type="fix">Fix crash with an empty html body element.</action>
</release>
<release version="1.3" date="2004-05-15">