Re: Install/Deploy an artifact with classifier

2007-10-30 Thread mailming
PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/Install-Deploy-an-artifact-with-classifier-tf3321017s177.html#a13501000 Sent from the Maven - Users mailing list archive at Nabble.com

Re: Install/Deploy an artifact with classifier

2007-02-28 Thread Jonathan Anstey
Tommy, If you are just worried about the installed/deployed name, use the classifier option of the install-file and deploy-file goals (see install/deploy plugins). If someone has a better solution, please respond - I'd like to know as well :) Cheers, Jon Tommy Knowlton wrote: I'm trying

Install/Deploy an artifact with classifier

2007-02-28 Thread Tommy Knowlton
I'm trying to produce a POM for building several different artifacts from the same sources. In the profiles section, I have accomplished 1) configuring the build tools to do something different for each profile 2) activating the profiles 3) give the profile's artifact a unique name using

Re: Install/Deploy an artifact with classifier

2007-02-28 Thread Tommy Knowlton
On 2/28/07, Jonathan Anstey [EMAIL PROTECTED] wrote: Tommy, If you are just worried about the installed/deployed name, use the classifier option of the install-file and deploy-file goals (see install/deploy plugins). so, you're saying, run the package goal to produce an artifact and then

Re: Install/Deploy an artifact with classifier

2007-02-28 Thread Jonathan Anstey
Yeah, this approach is a workaround at best. I searched for a way to configure the normal install and deploy goals a while back but had no luck :( Cheers, Jon Tommy Knowlton wrote: On 2/28/07, Jonathan Anstey [EMAIL PROTECTED] wrote: Tommy, If you are just worried about the