You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Jason van Zyl (JIRA)" <ji...@codehaus.org> on 2014/01/27 15:38:58 UTC

[jira] (MNG-1911) Building plugins with extensions in a reactor fails

    [ https://jira.codehaus.org/browse/MNG-1911?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=340243#comment-340243 ] 

Jason van Zyl commented on MNG-1911:
------------------------------------

Anyone else thought about this from the discussion on the mailing list? I would like to close this as won't fix.

> Building plugins with extensions in a reactor fails
> ---------------------------------------------------
>
>                 Key: MNG-1911
>                 URL: https://jira.codehaus.org/browse/MNG-1911
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: Plugins and Lifecycle
>    Affects Versions: 2.0.1
>            Reporter: Guillaume Nodet
>            Priority: Critical
>             Fix For: 3.2
>
>         Attachments: MNG-1911.zip
>
>
> I have the following in my main pom
> {code:xml}
> <build>
>  <pluginManagement>
>   <plugins>
>    <plugin>
>     <groupId>org.apache.servicemix.plugins</groupId>
>     <artifactId>maven2-jbi-plugin</artifactId>
>     <version>1.0-SNAPSHOT</version>
>     <extensions>true</extensions>
>    </plugin>
>   </plugins>
>  </pluginManagement>
> </build>
> {code}
> If i try to add it to the modules, the first time, maven complains that it can not download the plugin.
> If i remove the {{<extensions>}} tag, all works, but i need it :)



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)