Re: HowTo avoid version number from filenames

2007-03-28 Thread Marcos Silva Pereira
You could use final name build property: ... ${artifactId} ... HTH -- Marcos Silva Pereira recife - pe [EMAIL PROTECTED] skype: marcos.silva.pereira http://blastemica.blogspot.com

HowTo avoid version number from filenames

2007-03-27 Thread Pant, Dheeraj
Hi, Using Maven generates all the artifacts (jars/wars/ears) with a unique filename -. How do we remove the version number from the filenames? I need a generic way to do this, because we have many sub-modules and would like to have a common solution that can be reused for every module.