During assembly creation inside my Maven project, I need to filter a resource
file named build.info that contains the following:
${cvs.branch.tag.name} ${time.stamp} GMT
During filtering, cvs.branch.tag.name needs to be replaced with the CVS
branch tag name from the file, CVS/Tag. time.stamp needs to be replaced
with the build's date/time stamp in the format: YYYYMMDD HH:MM.
I found information about how to get the date/time stamp at:
http://www.nabble.com/Can-I-get-a-timestamp--td8836362.html#a8836362.
However, I was unable to find information on how to get the CVS branch tag
name?
Is there a way to set a Maven property to the CVS branch tag name (like
reading it in from CVS/Tag for instance)?
--
View this message in context:
http://www.nabble.com/Property-filtering-using-CVS-branch-tag-name-and-date-time-stamp-tp22480850p22480850.html
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]