PR: MPJAVADOC-66
The maxmemory property is set to 512m by default. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@357051 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9850abeaea
commit
c0ac10060c
@ -38,7 +38,7 @@ maven.javadoc.links =
|
||||
|
||||
#specify an alternate locale
|
||||
#maven.javadoc.locale = en_US
|
||||
#maven.javadoc.maxmemory =
|
||||
maven.javadoc.maxmemory = 512m
|
||||
|
||||
#maven.javadoc.mode.online =
|
||||
#maven.javadoc.offlineLinks =
|
||||
|
||||
@ -27,6 +27,7 @@
|
||||
</properties>
|
||||
<body>
|
||||
<release version="1.8-SNAPSHOT" date="In SVN">
|
||||
<action dev="ltheussl" type="update" issue="MPJAVADOC-66">The maxmemory property is set to 512m by default.</action>
|
||||
<action dev="ltheussl" type="fix" issue="MPJAVADOC-61">StringIndexOutOfBoundsException on parsing the files.</action>
|
||||
<action dev="aheritier" type="fix" issue="MPJAVADOC-59">Files package.html and overview.html are not copied when source modifications are used.</action>
|
||||
<action dev="carlos" type="add" issue="MPJAVADOC-58">Added maven.javadoc.failonerror property.</action>
|
||||
|
||||
@ -89,7 +89,7 @@
|
||||
<td>
|
||||
Specifies the maximum Java heap size to be used when launching
|
||||
the javadoc executable. Some JVMs refer to this property as
|
||||
the <code>-Xmx</code> parameter.
|
||||
the <code>-Xmx</code> parameter. Defaults to <code>512m</code>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user