In the ANT days, we used to have build tags that would identify a particular jar files. So a version 2.0 of a project might have several builds: 2.0.1, 2.0.2, etc... We kept the last build tag in a properties file in CVS and updated it with every successful build.

In Jelly, you can load property files with <util:properties>, but is there a way to update a property?
Other than reading in the file, doing a search and replace and then outputting it as the same file?


OR - better yet - is there a Maven recommended way of maintaining a latest build tag in project.xml? For example, can I keep it as a property? If so, how can someone update it with each build and check it into CVS/SVN?

-Randy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to