Hi, I want to change name of created war file. Usually it is created in the form of <artifact>-<version>. There is attribute called <warName> which results in generating war file with this name but when I do mvn install it doesn't install the war with new generated name but with name <artifact>-<version>.war
Is it the default action? Does some has some work arround? thanks -- View this message in context: http://www.nabble.com/changing-war-name-when-installiing-to-repository-tf2492849.html#a6949753 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
