How do I build the Geronimo Eclipse Plugin?
The root of the source tree for the eclipse plugin is located in an svn repository at https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/ The following environment variable needs be set to properly configure the JVM to meet memory requirements. MAVEN_OPTS=”-Xms512m -Xmx512m -XX:MaxPermSize=256m” On Windows use the following command to set the environment variable (note that double quotes should not be used): set MAVEN_OPTS=-Xmx512m -XX:MaxPermSize=128m To build the latest source (assuming you have maven2, ant, and subversion installed) invoke the following to check out the source of trunk: svn co https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/trunk/ geronimo-eclipse Then, from within the geronimo-eclipse directory, simply invoke “mvn”. This will run through the entire build process from compilation to generating the distributions.