Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Duplicate
-
2.0-beta-4
-
None
-
None
Description
I added the following to my POM
<plugin>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<tag>XXX-${artifactId}-${version}</tag>
</configuration>
</plugin>
However the tag comes out incorrectly.
[INFO] Full run would be tagging C:\PerforceViews\... with label: 'XXX-myproject-0.5.4-SNAPSHOT
What is the default? <tag>${artifactId}-${version}</tag>
Note: this seems to be missing from the plugin documentation, it only mentions releaseLabel, which defaults to tag.
Attachments
Attachments
Issue Links
- is related to
-
CONTINUUM-2266 It will be nice if Continuum release can handle variables in maven-release-plugin tag configuration
- Open
- relates to
-
MRELEASE-159 Support a pattern to generate the release tag
- Closed