do you need the artifact's file name to retain the groupId/version info? if not, specify <finalName>moduleA</finalName> in the <build> section of your POM
On Tue, Jun 22, 2010 at 10:54 AM, D D <dawi...@gmail.com> wrote: > Hello, > > Is there an easy way to deploy an artifact such it doesn't include version > in its name? > > For example: when moduleA is deployed through 'mvn deploy' I > get moduleA-X.Y-SNAPSHOT.jar but what I need is moduleA.jar. > > Thanks, > Dave >