RE: File name according to groupId, artifactId and a version.

2007-03-19 Thread Rahamim, Zvi \(Zvi\)
Thanks! -Original Message- From: Brian E. Fox [mailto:[EMAIL PROTECTED] Sent: Monday, March 19, 2007 4:15 PM To: Maven Users List Subject: RE: File name according to groupId, artifactId and a version. There isn't one exposed inside maven itself, however there is one in the depen

RE: File name according to groupId, artifactId and a version.

2007-03-19 Thread Brian E. Fox
arkup -Original Message- From: Roland Asmann [mailto:[EMAIL PROTECTED] Sent: Monday, March 19, 2007 9:59 AM To: Maven Users List Subject: Re: File name according to groupId, artifactId and a version. I believe that ${finalName} will give you the exact name of the output-file... Althoug

Re: File name according to groupId, artifactId and a version.

2007-03-19 Thread Roland Asmann
I believe that ${finalName} will give you the exact name of the output-file... Although you can normally combine the artifactId with version and packaging to get the name of the output. On Monday 19 March 2007 14:56, Rahamim, Zvi (Zvi) wrote: > Hi, > Given a groupId, artifactId and a version, ho