[ 
https://issues.apache.org/jira/browse/GERONIMO-5290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Jencks closed GERONIMO-5290.
----------------------------------

    Resolution: Fixed

Most deprecations maven3 reported fixed in rev 942493.  These are:

${version} replaced by ${project.version}
${artifactId} replaced by ${project.artifactId}
${groupId} replaced by ${project.groupId}

provide a version for the geronimo-property-plugin

rev 942494 reverts an accidentally committed jetty version change.

> Upgrade to maven 3
> ------------------
>
>                 Key: GERONIMO-5290
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5290
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: buildsystem
>    Affects Versions: 3.0
>            Reporter: David Jencks
>            Assignee: David Jencks
>             Fix For: 3.0
>
>
> Maven 3 already provides a lot more useful info than maven 2 and is obviously 
> the future.  To get maven 3 to work we need to:
> - fix a couple of problems with the car-maven-plugin's access to internal 
> maven data structures which sometimes contain information in a different 
> state of resolution or expansion
> - upgrade gmaven to a recent release (which involves changing some package 
> names in some plugins)
> Maven 3 also provides a lot of deprecation warnings so we should also change 
> ${version} to ${project.version} etc.
> These changes are compatible with maven 2.2.1

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to