[SVN] scm:tag goal doesn't allow you to attach a message with a tag -------------------------------------------------------------------
Key: MPSCM-78 URL: http://jira.codehaus.org/browse/MPSCM-78 Project: maven-scm-plugin Type: Improvement Reporter: Sharmarke Aden I'm using SVN and it would be nice if support for adding your own custom message to a tag instead of the default hard-coded "[maven-scm] copy for tag [tag name]." I'm not sure if all the other SCM allow you to attache a message with a tag (I believe CVS doesn't) but adding support for this feature will require making a change to the tag(...) method in the ScmProvider interface and trickling that change down to all the SCM providers. If that won't work, perhaps we can set a system property called "scm.message" and check for that property in the SvnTagCommand class. -- 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