[ https://jira.codehaus.org/browse/MNG-1911?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Robert Scholte updated MNG-1911: -------------------------------- Description: 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 :) was: I have the following in my main pom <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> 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 :) > 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 is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira