You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Anita Kulshreshtha (JIRA)" <de...@geronimo.apache.org> on 2006/05/26 20:48:30 UTC

[jira] Updated: (GERONIMO-851) Move Geronimo Build to M2 (Maven 2)

     [ http://issues.apache.org/jira/browse/GERONIMO-851?page=all ]

Anita Kulshreshtha updated GERONIMO-851:
----------------------------------------

    Attachment: pom.patch
                modules.patch

This patch updates pom.xmls from the dead-1.2 trunk for the current trunk. the following changes have been made - 
- parent pom - 
      - added asm, g-directory, g-jmx-remoting to dep mgmt section.
      - corrected versions of all ${*Versions} to match etc/project.properties in the 
        trunk.
           _commons-modeler version should be 1.2-GERONIMO-SNAPSHOT_
      - need to check surefire version - 
            added this to surefire plugin configuration
                    <forkMode>once</forkMode>
                    <workingDirectory>${basedir}</workingDirectory>
      -  use this for maven-compiler-plugin
          <source>1.4</source>
          <target>1.4</target>
            using ${maven.compile.source} does not seem to work! 
      - I am using m2-plugins for plugins directory, If you prefer plugins-m2, I will  rename it when I submit the patch.
       <module>plugins-m2/${plugin}</module>
 
- modules - 
    - general dependency pruning in all modules.
    - kernel - include 'services' in the jar. 
    - added more ant code to build directories for the tests in system module.
    - made changes to *-builder to include *-1.1-xsd in the schema and the jars. 
    -Checked in geronimo-dependency.xml files for axis, tomcat and jetty :(. Once the build gets going, 
      we can try to remove it.

> Move Geronimo Build to M2 (Maven 2)
> -----------------------------------
>
>          Key: GERONIMO-851
>          URL: http://issues.apache.org/jira/browse/GERONIMO-851
>      Project: Geronimo
>         Type: Task
>     Security: public(Regular issues) 
>   Components: buildsystem
>     Reporter: John Sisson
>     Assignee: Jacek Laskowski
>      Fix For: 1.x
>  Attachments: modules.patch, parentpom.patch, pom.patch, pom.patch
>
> 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