> Maven creates jar, but with name "PROJECT-version.jar" eg:- PROJECT-12.0.0.jar, > is there anyway i can override this to create "project.jar"
Use the {maven.final.name} property, you can set it with the
"${project.id}" value.
Look at : http://maven.apache.org/reference/plugins/jar/properties.html
--
Thomas Recloux
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
