You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "John Casey (JIRA)" <ji...@codehaus.org> on 2008/03/12 20:42:29 UTC

[jira] Closed: (MNG-1024) Reactor does not allow multiple plugin versions across projects

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

John Casey closed MNG-1024.
---------------------------

         Assignee: John Casey  (was: Kenney Westerhof)
       Resolution: Duplicate
    Fix Version/s:     (was: 2.1)

Fix for MNG-3284 should apply here.

> Reactor does not allow multiple plugin versions across projects
> ---------------------------------------------------------------
>
>                 Key: MNG-1024
>                 URL: http://jira.codehaus.org/browse/MNG-1024
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Plugins and Lifecycle, Reactor and workspace
>    Affects Versions: 2.0-beta-1
>            Reporter: Mike Perham
>            Assignee: John Casey
>
> I have a multiproject build which has the following dependency tree:
> top
>   - storage
>     - xdoclet plugin
>       - antrun plugin 1.0-alpha-1
>   - core
>     - antrun plugin 1.0-alpha-2
> When I run the build for storage and core by themselves, everything is groovy.
> When I run the top-level build, the storage build and xdoclet plugin run just great but the core build fails with the following message:
> [ERROR] Nonexistent component: org.apache.maven.plugin.Mojoorg.apache.maven.plugins:maven-antrun-plugin:1.0-alpha-1:run
> I am assuming there is some problem with multiple versions of the same plugin and the reactor but it certainly could be something I am missing in my pom.  Here's how core is defining the plugin:
>   <build>
>     <pluginManagement>
>       <plugins>
>         <plugin>
>           <groupId>org.apache.maven.plugins</groupId>
>           <artifactId>maven-antrun-plugin</artifactId>
>           <version>1.0-alpha-2-SNAPSHOT</version>
> ...

-- 
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