-- repost since original post had incomplete subject
Hi,
My project's version is defined as:
<version>${env.SVNVERSION}-SNAPSHOT</version>
where the SVNVERSION environment variable is set before hand by a shell
script.
How can I embed the script inside maven's build lifecycle? (it should
run before anything else)
Right now the shell script is called by the mvn script before the JVM
invocation but I'd rather make it an Ant task or even write a plugin
just for that.
Jean-Luc
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]