ensure maven.docs.omitXmlDeclaration has a value

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113641 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion 2003-07-11 05:15:25 +00:00
parent 21e62876ec
commit 052f1c76a7
2 changed files with 6 additions and 0 deletions

View File

@ -152,6 +152,11 @@
/> />
</j:if> </j:if>
<j:if test="${omitXmlDeclaration == null}">
<j:set var="omitXmlDeclaration"
value="${pom.getPluginContext('maven-xdoc-plugin').getVariable('maven.docs.omitXmlDeclaration')}"/>
</j:if>
<mkdir dir="${outputDirectory}"/> <mkdir dir="${outputDirectory}"/>
<doc:jslFile <doc:jslFile

View File

@ -7,6 +7,7 @@
maven.docs.src = ${basedir}/xdocs maven.docs.src = ${basedir}/xdocs
maven.docs.dest = ${maven.build.dir}/docs maven.docs.dest = ${maven.build.dir}/docs
maven.docs.outputencoding = ISO-8859-1 maven.docs.outputencoding = ISO-8859-1
maven.docs.omitXmlDeclaration=false
maven.gen.docs = ${maven.build.dir}/generated-xdocs maven.gen.docs = ${maven.build.dir}/generated-xdocs
maven.xdoc.developmentProcessUrl=http://maven.apache.org/development-process.html maven.xdoc.developmentProcessUrl=http://maven.apache.org/development-process.html