Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0
-
Fix Version/s: 2.0.1
-
Component/s: Plugins and Lifecycle
-
Labels:None
-
Complexity:Intermediate
-
Testcase included:yes
-
Number of attachments :
Description
If I put this in the parent pom, all the subprojects should inherit the optional tag (and be able to override it)
<dependencyManagement>
<dependencies>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib</artifactId>
<version>2.1_2</version>
<optional>true</optional>
</dependency>
</dependencies>
</dependencyManagement>
it test attached
Attachments
Issue Links
| This issue relates to: | ||||
| MNG-4600 | [regression] Optional flag from dependency management applied to dependencies |
|
|
|
Please see attached patch...