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:
parent
19faa3a82c
commit
2757cf66a9
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user