git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113229 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion
2003-03-30 16:18:05 +00:00
parent 8acb775a1d
commit 230698d6ee
23 changed files with 267 additions and 265 deletions

View File

@@ -10,14 +10,14 @@
<goal name="maven-changes-plugin:register">
<ant:property name="maven.docs.src"
value="${pom.getPluginContext('maven-xdoc-plugin').getVariable('maven.docs.src')}"/>
<util:file var="changes" name="${maven.docs.src}/changes.xml"/>
<j:if test="${changes.exists()}">
<doc:registerReport
name="Changes"
pluginName="maven-changes-plugin"
link="changes-report"
description="Report on the project changes."/>
</j:if>
<util:file var="changes" name="${maven.docs.src}/changes.xml"/>
<j:if test="${changes.exists()}">
<doc:registerReport
name="Changes"
pluginName="maven-changes-plugin"
link="changes-report"
description="Report on the project changes."/>
</j:if>
</goal>
<goal name="maven-changes-plugin:deregister">
@@ -31,10 +31,10 @@
<goal
name="maven-changes-plugin:report"
description="Generate a changes report">
<ant:property name="maven.docs.src"
value="${pom.getPluginContext('maven-xdoc-plugin').getVariable('maven.docs.src')}"/>
<doc:jsl
<ant:property name="maven.docs.src"
value="${pom.getPluginContext('maven-xdoc-plugin').getVariable('maven.docs.src')}"/>
<doc:jsl
input="${maven.docs.src}/changes.xml"
output="changes-report.xml"
stylesheet="${plugin.resources}/changes.jsl"