diff --git a/javadoc/plugin.properties b/javadoc/plugin.properties index fc63cdbe..6b5ba163 100644 --- a/javadoc/plugin.properties +++ b/javadoc/plugin.properties @@ -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 = diff --git a/javadoc/xdocs/changes.xml b/javadoc/xdocs/changes.xml index 47835f69..fc13e6ec 100644 --- a/javadoc/xdocs/changes.xml +++ b/javadoc/xdocs/changes.xml @@ -27,6 +27,7 @@ + The maxmemory property is set to 512m by default. StringIndexOutOfBoundsException on parsing the files. Files package.html and overview.html are not copied when source modifications are used. Added maven.javadoc.failonerror property. diff --git a/javadoc/xdocs/properties.xml b/javadoc/xdocs/properties.xml index 55cf333a..b113230a 100644 --- a/javadoc/xdocs/properties.xml +++ b/javadoc/xdocs/properties.xml @@ -89,7 +89,7 @@ Specifies the maximum Java heap size to be used when launching the javadoc executable. Some JVMs refer to this property as - the -Xmx parameter. + the -Xmx parameter. Defaults to 512m.