[ 
http://jira.codehaus.org/browse/MNG-2432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Benjamin Bentmann updated MNG-2432:
-----------------------------------

    Fix Version/s: 2.1.0

Merged to 2.1.x in 
[r751248|http://svn.eu.apache.org/viewvc?view=rev&revision=751248].

> 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
>          Issue Type: Bug
>    Affects Versions: 2.0.4
>            Reporter: Jan Bartel
>            Assignee: Brian Fox
>             Fix For: 2.1.0, 3.0-alpha-2
>
>
> 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

        

Reply via email to