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/09/14 23:59:20 UTC

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

Christopher Tubbs created MRELEASE-963:
------------------------------------------

             Summary: 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)