o we need a little dyna tag to turn a txt file into an xdoc.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112896 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
jvanzyl 2003-02-11 04:25:49 +00:00
parent 19faa3a82c
commit 2757cf66a9

View File

@ -113,6 +113,8 @@
<record name="${maven.build.dir}/javadoc/report.txt" action="stop" /> <record name="${maven.build.dir}/javadoc/report.txt" action="stop" />
<j:set var="genDocs" value="${pom.getPluginContext('maven-xdoc-plugin').getVariable('maven.gen.docs')}" /> <j:set var="genDocs" value="${pom.getPluginContext('maven-xdoc-plugin').getVariable('maven.gen.docs')}" />
<!--
<license:license <license:license
description="Javadoc Report" description="Javadoc Report"
input="${maven.build.dir}/javadoc/report.txt" input="${maven.build.dir}/javadoc/report.txt"
@ -120,6 +122,8 @@
outputEncoding="${maven.docs.outputencoding}" outputEncoding="${maven.docs.outputencoding}"
title="Javadoc" title="Javadoc"
/> />
-->
</j:if> </j:if>
</goal> </goal>