I'm assuming you're forking the compile using a property, so that it runs in
it's own JVM.
See http://maven.apache.org/maven-1.x/plugins/java/properties.html and NB:
maven.compile.memoryMaximumSize
I think that's the right one.
On 5/31/07, Karr, David <[EMAIL PROTECTED]> wrote:
I'm testing a
You don't mention if you tried the java plugin properties or not, so I'll
mention them first. Do these properties work for 1.0.2?
maven.compile.fork
maven.compile.memoryInitialSize
maven.compile.memoryMaximumSize
Read about them here:
http://maven.apache.org/maven-1.x/plugins/java/properties.htm