Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Incomplete
-
Affects Version/s: 2.0.6
-
Fix Version/s: None
-
Component/s: Dependencies
-
Labels:None
-
Environment:linux, java 1.5
-
Complexity:Intermediate
Description
If the parent pom dependencyManagement contains also the current artifact with a version, this version will overwrite the version of the current project.
Problem: If that artifact is build with M206, the current project (artifact) will be deployed with the version coming from the parents pom dependencyManagement insted of the current projects version.
Incomplete. Provide a sample project to demonstrate.