Apache and Mojo plugins take precendence over plugins in the pom.
-----------------------------------------------------------------
Key: MNG-2432
URL: http://jira.codehaus.org/browse/MNG-2432
Project: Maven 2
Type: Bug
Versions: 2.0.4
Reporter: Jan Bartel
When resolving plugin prefixes, plugins from apache and mojo take precendence
over plugins explicitly in the pom.xml. For example, an old plugin with prefix
"jetty" at org.codehaus.mojo.jetty-maven-plugin is always used in preference to
the new maven-jetty-plugin with prefix "jetty", even though it is specified in
the pom like so:
<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>maven-jetty-plugin</artifactId>
<version>6.0-SNAPSHOT</version>
</plugin>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira