In testing an upgrade from Maven 2.0.7 to Maven 2.1.0 we are getting build
errors.  Apparently Maven 2.1.0 has stricter checking.  The problem is the
version (Internal version) in the META-INF/maven/plugin.xml and
META-INF/maven/<group>/<artifactId>/pom.xml does not match the version (MAR
version) of the artifact as it is stored in the Maven Repository.

(hope that makes sense)

======
Error message:

[INFO] Internal error in the plugin manager getting plugin
'<groupId>:<artifactId>': Plugin '<groupId>:<artifactId>:<MAR version>' has
an invalid descriptor:
1) Plugin's descriptor contains the wrong version: <Internal version>
=====

Is there a way to execute Maven 2.1.0 to not perform this check?
Basically, don't want to fix all the inconsistent internal (to the artifact)
pom.xml and plugin.xml files.


TIA!

--
View this message in context: 
http://maven.40175.n5.nabble.com/Upgrade-from-Maven-2-0-7-to-2-1-0-tp5140655p5140655.html
Sent from the Maven - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to