MAVEN-639. Add maven.javadoc.overview property.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113991 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
evenisse 2003-09-10 10:47:44 +00:00
parent 371b5170bb
commit ec56cd202f
3 changed files with 14 additions and 0 deletions

View File

@ -160,6 +160,10 @@
<ant:path location="${maven.build.dest}"/>
</ant:classpath>
<j:if test="${context.getVariable('maven.javadoc.overview') != null}">
<ant:setProperty name="overview" value="${maven.javadoc.overview}" />
</j:if>
<j:if test="${maxMemory != null}">
<ant:setProperty name="maxmemory" value="${maven.javadoc.maxmemory}" />
</j:if>

View File

@ -8,6 +8,9 @@
<body>
<release version="1.3" date="in CVS">
<action dev="evenisse" type="add">
MAVEN-639. Add maven.javadoc.overview property.
</action>
<action dev="evenisse" type="add">
MAVEN-805. Add maven.javadoc.useexternalfile property.
</action>

View File

@ -148,6 +148,13 @@ maven.javadoc.offlineLinks=http://java.sun.com/j2se/1.4.2/docs/api/#/opt/java-ap
the <code>-Xmx</code> parameter.
</td>
</tr>
<tr>
<td>maven.javadoc.overview</td>
<td>Yes</td>
<td>
Read overview documentation from HTML file.
</td>
</tr>
<tr>
<td>maven.javadoc.source</td>
<td>Yes</td>