Dear Wiki user, You have subscribed to a wiki page or wiki category on "Geronimo Wiki" for change notification. The following page has been changed by JohnSisson: http://wiki.apache.org/geronimo/EclipseDeployment The comment on the change is: update maven command to build geronimo for 1.0 release ------------------------------------------------------------------------------ * [http://www.cygwin.com CYGWin] * '''CVS''' (make sure to include it when installing CYGWin) - * [http://maven.apache.org Maven] + * [http://maven.apache.org Maven] 1.0.2 or 1.1-beta-2 * [http://ant.apache.org Ant] * [http://subversion.tigris.org/ SubVersion] * [http://java.sun.com J2SE 1.4.2] It is important to use the Sun JDK as Geronimo is currently using the Sun ORB for RMI. Using a different JDK or different version of the JDK may result in compilation errors. @@ -42, +42 @@ }}} The source will be pulled. I have experienced errors periodically because of intermittent network problems. Unfortunately you'll just have to try a couple of times if there are problems. - Next you'll build a server runtime for execution. This is done by: + Next you'll build a server runtime for execution. For Geronimo 1.0 or later, this is done by: + {{{ + $ maven new -Dmaven.test.skip=true -Dmaven.itest.skip=true + }}} + + Prior to the Geronimo 1.0 release, this was done by: {{{ $ maven m:build -Dmaven.test.skip=true -Dmaven.itest.skip=true }}} + The properties for skipping the tests are pretty much required to reduce build time. If there are compilation errors these should be investigated and the '''dev@geronimo.apache.org''' mailing list should be checked so you don't solve the same problem twice. Next, the Eclipse projects can be generated by invoking: