Ensure outputencoding is coming from maven xdoc plugin

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113640 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion 2003-07-11 05:14:00 +00:00
parent a892b73181
commit 21e62876ec

View File

@ -31,9 +31,11 @@
<goal
name="changes:report"
description="Generate a changes report">
<ant:property name="maven.docs.src"
<j:set var="maven.docs.src"
value="${pom.getPluginContext('maven-xdoc-plugin').getVariable('maven.docs.src')}"/>
<j:set var="maven.docs.outputencoding"
value="${pom.getPluginContext('maven-xdoc-plugin').getVariable('maven.docs.outputencoding')}"/>
<doc:jsl
input="${maven.docs.src}/changes.xml"
output="changes-report.xml"