Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.6
-
Fix Version/s: 2.7
-
Component/s: announcement
-
Labels:None
-
Patch Submitted:Yes
-
Number of attachments :
Description
Add the ability to set AnnouncementMojo.versionPrefix on the command line using a Java system property: -Dchanges.versionPrefix=foo
This is analogous to changes.version and other plugin settings.
Patch (untested): modify JavaDoc
* @parameter expression="${changes.versionPrefix}" default-value="${changes.versionPrefix}"
* @since 2.5
*/
private String versionPrefix;
------------------------------------------------------------------------
r1328936 | bimargulies | 2012-04-22 15:02:59 -0400 (Sun, 22 Apr 2012) | 3 lines
MCHANGES-275: versionPrefix configurable by expression 'changes.versionPrefix'o added expressions for versionPrefix, webUser, and webPassword.