Details
Description
The release-plugin uses currently the pattern "<artifactId>-<version>" to create the version tag. A configuration element would be fine to support different requirements for release tags (in our case "v_<version>", since with svn the module is already part of the path).
Issue Links
- is duplicated by
-
MRELEASE-677
tags with project properties
-
- is related to
-
MRELEASE-695
tagNameFormat with @{project.version} tags the SNAPSHOT version
-
-
MRELEASE-150
Can't add prefix to tags without affecting version
-
-
MRELEASE-259
Provide a configuration settings for default tag/label to use when releasing
-
I have the same problem: I need to add a suffix to make the release tag match our naming pattern.
Adding variables as suggested in http://jira.codehaus.org/browse/MRELEASE-150 seems to be very easy and valuable.