Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Critical
-
Resolution: Unresolved
-
Affects Version/s: 2.0.1
-
Fix Version/s: 3.1
-
Component/s: Plugins and Lifecycle
-
Labels:None
-
Complexity:Intermediate
Description
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 ![]()
so, how is the pluginManagement item getting triggered? Do you have the plugin referenced in the main part of your build in the main POM or something?