From 575b0a4559f3be970fa3c52006914ab470e8756a Mon Sep 17 00:00:00 2001 From: Andrew Phillips Date: Tue, 17 Jul 2012 15:29:48 -0400 Subject: [PATCH] Using the 'maxmemory' option rather than the more generic 'additionalJOption' for the Javadoc plugin to allow for easier overriding --- project/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/pom.xml b/project/pom.xml index bac02ac417..a62d20964e 100644 --- a/project/pom.xml +++ b/project/pom.xml @@ -604,7 +604,7 @@ ${project.build.sourceEncoding} true - -J-Xmx256m + 256m @@ -708,7 +708,7 @@ maven-javadoc-plugin 2.8.1 - -J-Xmx256m + 256m ${project.build.sourceEncoding} true