The name in your target directory is defined by the finalName in your build section[1].
[1] http://maven.apache.org/pom.html#Build_Settings Hth, Nick Stolwijk ~Senior Java Developer~ iPROFS Wagenweg 208 2012 NM Haarlem T +31 23 547 6369 F +31 23 547 6370 I www.iprofs.nl On Thu, Jun 23, 2011 at 5:08 PM, Yuvaraj Vanarase <[email protected]> wrote: > Anyone has any clue? > > Regards, > Yuvaraj > > Yuvaraj Vanarase, > Lead Technology - Software > Phone: +91.20.40262000 Ext 2305|Mobile: +91.9850818870 > | http://www.synechron.com > SYNECHRON - > - Top 10 Best IT Employers for 4 consecutive years (link). > - Celebrating 10 Years! > > > -----Original Message----- > From: Yuvaraj Vanarase [mailto:[email protected]] > Sent: Thursday, June 23, 2011 3:00 PM > To: [email protected] > Subject: generated artifact name > > Hi, > > Sometimes I observed that jar/ear artifact created under target directory > after maven install/package goal doesn't have version in its name. Well, > while installing it does install to correct directory structure under local > repository. > > E.g. > > <artifactId>abc</artifactId> > <groupId>com.xyz</groupId> > <version>1.0.0</version> > > Creates abc.ear instead of abc-1.0.0.ear (or jar if jar is the packaging). > > Regards, > Yuvaraj > > Yuvaraj Vanarase, > Lead Technology - Software > Phone: +91.20.40262000 Ext 2305|Mobile: +91.9850818870 | > http://www.synechron.com > SYNECHRON - > - Top 10 Best IT Employers for 4 consecutive years > (link<http://www.synechron.com/news/news_best_employer_sep2010.htm>). > - Celebrating 10 Years! > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
