You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Michael Owen <mi...@hotmail.com> on 2005/08/12 18:11:23 UTC

AntHill versioning with Maven 1

Hi,

Anybody got Maven working with AntHill's versioning system?

I'm thinking it may be possible to write a batch script that AntHill runs 
which gets the version number written to version.txt by AntHill, and writes 
that to the bottom of a Maven build.properties file, so it is like this:

currentVersionAntHill = (versionNumber)

In project.xml it will then be possible to do:

..
<currentVerison>${currentVersionAntHill}</currentVersion>
..

Any suggestions/thoughts/ideas?

Mike



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