release: support scmBuildNumber and scmTag attribute
----------------------------------------------------
Key: MCHANGES-242
URL: http://jira.codehaus.org/browse/MCHANGES-242
Project: Maven 2.x Changes Plugin
Issue Type: Improvement
Components: changes.xml
Affects Versions: 2.4
Reporter: Florian Brunner
Priority: Critical
I think it's very important to state the buildNumber and the tag of a release
in the change log.
I suggest to add 2 optional attributes to the release element:
- scmBuildNumber
- scmTag
One could then set
- scmBuildNumber to ${buildNumber} (overriden by Build Number Maven Plugin;
initialize to -1?)
- scmTag to ${tag} (overriden by Maven Release Plugin; initialize to
${project.build.finalName}?)
Of course this means that filtering should be supported (which would be a good
thing anyway).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira