tags with project properties
----------------------------

                 Key: MRELEASE-677
                 URL: http://jira.codehaus.org/browse/MRELEASE-677
             Project: Maven 2.x Release Plugin
          Issue Type: New Feature
          Components: prepare
            Reporter: Trenton D. Adams


I would like to be able to use project properties in the <tag> element for the 
plugin configuration.  Unfortunately, it uses values that were in the SNAPSHOT 
version of the pom, not the current version.  So, when I use project.version as 
the tag name, it says 3.0.1-SNAPSHOT, rather than 3.0.1.

This is what I had...
<tag>${project.version}</tag>

-- 
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

        

Reply via email to