Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.1, 1.2
-
Fix Version/s: None
-
Labels:None
-
Environment:Maven 2.2.1
-
Number of attachments :
Description
If we have a project A with modules B & C where :
- B inherit from A
- C DOESN'T inherit from A
When we execute the following command line :
mvn org.codehaus.mojo:versions-maven-plugin:1.2:set -DnewVersion=0.1
Only A & B are updated.
The fact that C doesn't inherit from A (whereas C is a module of A) doesn't make it updated.
Issue Links
- relates to
-
MVERSIONS-115
Missing version update inside dependency
-
Activity
Stephen Connolly
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Link | This issue relates to MVERSIONS-115 [ MVERSIONS-115 ] |
Daniel Johnson
made changes -
| Attachment | MVERSIONS-131_patch.txt [ 59200 ] |
This has been a long standing problem for me as well. Has anyone been able to find a work-around? It does not make sense to me why this only works when the children specify the aggregator/reactor as the parent POM. Curious if it is a limitation, or a missed corner case in the code.