MAVEN-805. Add maven.javadoc.useexternalfile property.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113990 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
evenisse 2003-09-10 09:54:22 +00:00
parent 29025f7eef
commit 371b5170bb
4 changed files with 15 additions and 1 deletions

View File

@ -104,7 +104,8 @@
doctitle="${title}" doctitle="${title}"
bottom="${copyright}" bottom="${copyright}"
stylesheetfile="${maven.javadoc.stylesheet}" stylesheetfile="${maven.javadoc.stylesheet}"
additionalparam="${maven.javadoc.additionalparam}"> additionalparam="${maven.javadoc.additionalparam}"
useexternalfile="${maven.javadoc.useexternalfile}">
<ant:fileset dir="${pom.build.sourceDirectory}"> <ant:fileset dir="${pom.build.sourceDirectory}">
<ant:include name="**/*.java"/> <ant:include name="**/*.java"/>

View File

@ -19,5 +19,6 @@ maven.javadoc.private = false
maven.javadoc.stylesheet = ${plugin.resources}/stylesheet.css maven.javadoc.stylesheet = ${plugin.resources}/stylesheet.css
maven.javadoc.use = true maven.javadoc.use = true
maven.javadoc.version = true maven.javadoc.version = true
maven.javadoc.useexternalfile = no
maven.docs.outputencoding = ISO-8859-1 maven.docs.outputencoding = ISO-8859-1

View File

@ -8,6 +8,9 @@
<body> <body>
<release version="1.3" date="in CVS"> <release version="1.3" date="in CVS">
<action dev="evenisse" type="add">
MAVEN-805. Add maven.javadoc.useexternalfile property.
</action>
<action dev="dion" type="update"> <action dev="dion" type="update">
update to use maven.docs.*/maven.gen.docs update to use maven.docs.*/maven.gen.docs
</action> </action>

View File

@ -186,6 +186,15 @@ maven.javadoc.offlineLinks=http://java.sun.com/j2se/1.4.2/docs/api/#/opt/java-ap
from the project descriptor. from the project descriptor.
</td> </td>
</tr> </tr>
<tr>
<td>maven.javadoc.useexternalfile</td>
<td>Yes</td>
<td>
indicates whether the sourcefile name specified in srcfiles or as
nested source elements should be written to a temporary file to make
the command line shorter. Default value : no.
</td>
</tr>
<tr> <tr>
<td>maven.javadoc.customtags</td> <td>maven.javadoc.customtags</td>
<td>Yes</td> <td>Yes</td>