[
http://jira.codehaus.org/browse/CONTINUUM-2266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=180303#action_180303
]
Maria Catherine Tan commented on CONTINUUM-2266:
------------------------------------------------
One solution (quick fix) is to have pre-defined variables that users can
include in the tag e.g. ${artifactId}, ${projectId} so Continuum can easily
translate them.
Another solution is to translate the pom.xml first before getting the release
plugin parameters during release prepare.
> 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