Hi Dan,

now you can write on your GAV definition a thing like:

<groupId>...</groupId>
<artifactId>...</artifactId>
<version>1.0-${revision}-SNAPSHOT</version>

and via command line you can now do the following:

mvn -Drevision=3456 clean test

If you done that via Maven 3.1.1 you get a warning with Maven 3.2.1 you don't.

Kind regard
Karl-Heinz Marbaise


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

Reply via email to