On Jun 18, 2011, at 4:01 PM, Russell E. Glaue wrote: > Can you provide some more information about your build environment? > > Java version (output from `java --version`) > Maven version (output from `mvn --version`) > Geronimo trunk revision/info you are attempting to build (output from `svn > info`) > > You are using the Java SDK 1.6? > You have your JAVA_HOME env var set to the Java SDK 1.6?
All good questions. One more: Have you specified MAVEN_OPTS? I have the following in my ~/.mavenrc file: MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError" --kevan