Hello,

I am trying to get the plugin configured to enter the release version into
the scm comment prefix when tagging the release. 

I have tried the following:

1) <scmCommentPrefix>REL${project.version}:</scmCommentPrefix>
-> Results in the prefix containing -SNAPSHOT

2) <scmCommentPrefix>REL@{project.version}:</scmCommentPrefix>
-Causes an IllegalArgumentException stating that can't parse project.version

3) <scmCommentPrefix>REL${releaseVersion}:</scmCommentPrefix>
-Causes an IllegalArgumentException stating that can't parse releaseVersion

Anyway to do this?

Thanks,

Bill

--
View this message in context: 
http://maven.40175.n5.nabble.com/Maven-Release-Plugin-Putting-Release-Version-into-scmCommentPrefix-tp4624592p4624592.html
Sent from the Maven - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to