You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by ben short <be...@benshort.co.uk> on 2007/05/09 16:00:37 UTC

[m2] Final Name

Hi,

How do i get the final name propery like i would the project version,
eg ${project.version}.

Regards

Ben Short

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: [m2] Final Name

Posted by "Holt, Jack C." <JA...@saic.com>.
According to page 50 of Better Builds with Maven you should use ${project.build.finalName}.  This is because the finalName tag is supposed to be placed in the build section of the POM.

-----Original Message-----
From: users-return-69233-JACK.C.HOLT=saic.com@maven.apache.org [mailto:users-return-69233-JACK.C.HOLT=saic.com@maven.apache.org] On Behalf Of Regis Decamps
Sent: Wednesday, May 09, 2007 12:39 PM
To: Maven Users List
Subject: Re: [m2] Final Name

ben@benshort.co.uk wrote:
> Hi,
>
> How do i get the final name propery like i would the project version,
> eg ${project.version}.
>
I have not tested, but my guess is ${project.finalName}
-- 
Régis (keep it simple)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: [m2] Final Name

Posted by Regis Decamps <re...@decamps.info>.
ben@benshort.co.uk wrote:
> Hi,
>
> How do i get the final name propery like i would the project version,
> eg ${project.version}.
>
I have not tested, but my guess is ${project.finalName}
-- 
Régis (keep it simple)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org