When deploying with maven 2 the jar name would look like this:
jarname-8.5.3-SNAPSHOT.jar. This name is the same with maven 3 install.
However as soon as using the deploy target with mvn deploy the name becomes
jarname-8.5.3-20110303.203836-1.jar. (the numbers change each time it is run)
I tried changing this flag uniqueVersion to false, but still the same effect.
This did not occur with maven 2. any ideas on how to make the output of deploy
be jarname-8.5.3-SNAPSHOT.jar?
Thanks
Dave
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]