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.