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

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

Trying to build plugins that have extensions that are to be used in the same 
build is just a complication in the core we're not going to accommodate. This 
is in part because extensions are ill defined and can be used for many things 
but trying to make extensions work generally where transport is provided is 
very difficult. If, in the future, we define different types of extensions some 
of these can likely be accommodated.

> 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
>            Assignee: Jason van Zyl
>            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)

Reply via email to