Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 2.2
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
Allow the install:install goal to force the version of artifacts (including attached).
Issue Links
- is related to
-
MINSTALL-30
Command Line parameter 'version' does not override pom file
-
The attached patch adds support for an optional forceVersion parameter which is a String. When non-null, this will cause new artifacts to be created with their versions set to the value of forceVersion.
This does not affect current usage of install:install, with out forceVersion set the goal behaves exactly as it did before.
This feature is intended to support testing and some other edge cases, but not intended for mainstream usage.