[ http://issues.apache.org/jira/browse/GERONIMO-851?page=comments#action_12367087 ]
Jacek Laskowski commented on GERONIMO-851: ------------------------------------------ $ svn ci maven.xml Sending maven.xml Transmitting file data . Committed revision 379245. With the revision, you can execute Maven2 together with the new Geronimo build based on Maven1. + The m2 property is to ignite the build of the kernel module using Maven2 + The goal: m2 is to create a template to execute Maven2 commands via goal property + The execmvn goal is to execute Maven2 shell script either mvn.bat or mvn based on OS (it surely needs more appropriate OS names) Run maven -Dm2=true new to build Geronimo with the new goal and execute mvn install on the kernel module Run maven m2 to execute mvn install on the kernel module only > Move Geronimo Build to M2 (Maven 2) > ----------------------------------- > > Key: GERONIMO-851 > URL: http://issues.apache.org/jira/browse/GERONIMO-851 > Project: Geronimo > Type: Task > Components: buildsystem > Reporter: John Sisson > Assignee: John Sisson > Fix For: 1.x > > Created this issue to keep track of the status of work to move the Geronimo > build to Maven 2. Does anyone know the status of this effort? I believe some > work was done in OpenEJB? When is the move to M2 planned for? 1.0 or 1.1 > FYI.. In June I attempted to use Maven 1.1 beta 1 to build geronimo and got > some parse exceptions in maven. As a result, some small changes were made to > some project.xml files by David Jencks, which fixed the parse problem, but we > then ran into another problem where we were getting a > java.lang.NoSuchMethodError in maven. This should now be fixed using an > updated artifact plugin, see http://jira.codehaus.org/browse/MAVEN-1625 (but > I have not verified this). -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
