Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Critical
-
Resolution: Unresolved
-
Affects Version/s: 2.0.1
-
Fix Version/s: 3.2
-
Component/s: Plugins and Lifecycle
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
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 ![]()
Issue Links
Activity
Brett Porter
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | 2.0.3 [ 12107 ] |
Vincent Massol
made changes -
| Workflow | Maven [ 45308 ] | Maven New [ 48236 ] |
John Casey
made changes -
| Fix Version/s | 2.0.3 [ 12107 ] | |
| Fix Version/s | 2.0.4 [ 12294 ] |
Kenney Westerhof
made changes -
| Fix Version/s | 2.0.5 [ 12294 ] | |
| Fix Version/s | 2.0.6 [ 13010 ] |
Jason van Zyl
made changes -
| Fix Version/s | 2.0.6 [ 13010 ] | |
| Fix Version/s | 2.0.x [ 13141 ] |
Carlos Sanchez
made changes -
Carlos Sanchez
made changes -
Jason van Zyl
made changes -
| Assignee | John Casey [ jdcasey ] |
John Casey
made changes -
| 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 :) |
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 :) |
Brett Porter
made changes -
| Component/s | Plugins and Lifecycle [ 11340 ] | |
| Fix Version/s | 2.1.x [ 13142 ] | |
| Fix Version/s | 2.0.x [ 13141 ] |
Jason van Zyl
made changes -
| Fix Version/s | 3.0 [ 13142 ] | |
| Fix Version/s | 3.x [ 13145 ] |
Benjamin Bentmann
made changes -
Brett Porter
made changes -
| Attachment | MNG-1911.zip [ 47035 ] | |
| Fix Version/s | 3.0-alpha-7 [ 16087 ] | |
| Fix Version/s | 3.x (to be reviewed) [ 13145 ] |
Benjamin Bentmann
made changes -
| Fix Version/s | 3.0-alpha-8 [ 16088 ] | |
| Fix Version/s | 3.0-alpha-7 [ 16087 ] |
Benjamin Bentmann
made changes -
| Fix Version/s | 3.x (to be reviewed) [ 13145 ] | |
| Fix Version/s | 3.0-alpha-8 [ 16088 ] |
Benjamin Bentmann
made changes -
Brett Porter
made changes -
| Assignee | John Casey [ jdcasey ] | |
| Fix Version/s | 3.1 [ 15565 ] | |
| Fix Version/s | Issues to be reviewed for 3.x [ 13145 ] |
Robert Scholte
made changes -
| 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 :) |
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 :) |
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?