You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Christopher Tubbs (JIRA)" <ji...@apache.org> on 2016/10/09 05:25:20 UTC

[jira] [Comment Edited] (MRELEASE-963) User property for tagNameFormat is ignored

    [ https://issues.apache.org/jira/browse/MRELEASE-963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15559317#comment-15559317 ] 

Christopher Tubbs edited comment on MRELEASE-963 at 10/9/16 5:25 AM:
---------------------------------------------------------------------

I think you're seeing a different problem. You can't put {{$\{tagNameFormat\}}} in the definition of {{tagNameFormat}} itself.


was (Author: ctubbsii):
I think you're seeing a different problem. You can't put {{ ${tagNameFormat\} }} in the definition of {{tagNameFormat}} itself.

> User property for tagNameFormat is ignored
> ------------------------------------------
>
>                 Key: MRELEASE-963
>                 URL: https://issues.apache.org/jira/browse/MRELEASE-963
>             Project: Maven Release Plugin
>          Issue Type: Bug
>          Components: prepare
>    Affects Versions: 2.5.3
>            Reporter: Christopher Tubbs
>
> I attempted to override the {{tagNameFormat}} in my pom.xml, using:
> {code:xml}
> <properties>
>   <tagNameFormat>custom-@{project.version}</tagNameFormat>
> </properties>
> {code}
> This did not work. The property was completely ignored. It does work if you set the property in the plugin's configuration in the {{<pluginManagement>}} section, though.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)