It will be nice if Continuum release can handle variables in
maven-release-plugin tag configuration
---------------------------------------------------------------------------------------------------
Key: CONTINUUM-2266
URL: http://jira.codehaus.org/browse/CONTINUUM-2266
Project: Continuum
Issue Type: Improvement
Components: Release, Web - UI
Reporter: Maria Catherine Tan
{noformat}
<build>
<plugins>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<tag>XXX-${project.version}</tag>
</configuration>
</plugin>
</plugins>
</build>
{noformat}
Usually, we need to add a prefix in the release tag followed by the artifact Id
and/or project's version. User should be able to configure that from the pom
and let Continuum release handle the translation.
--
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