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