Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 2.0
-
Fix Version/s: None
-
Component/s: branch
-
Labels:None
Description
In the documentation of the release plugin it is written that you can specify the versions via command line properties a la
-Dproject.rel.groupId:artifactId=1.2.3 and so on
(http://maven.apache.org/plugins/maven-release-plugin/examples/branch.html )
According to MRELEASE-387 this should be working as of maven-release-plugin 2.0
However it is only working with the newly introduced parameters 'developmentVersion' and 'releaseVersion' (which obviously cannot be specified per submodule as I need it).
Issue Links
- duplicates
-
MRELEASE-524
command line versions don't seem to work on release:branch for specific format
-
- relates to
-
MRELEASE-387
command line versions don't seem to work on release:branch
-
this is fixed in trunk now