RE: classifier for maven deploy plugin

2007-08-30 Thread Andrew Boyer
st 29, 2007 4:23 AM > To: Maven Users List > Subject: RE: classifier for maven deploy plugin > > Perhaps I need to explain the issue further. > > While our WARs contain common core code packages, each one is flavoured > per client (typically providing custom images) and di

Re: classifier for maven deploy plugin

2007-08-29 Thread Dan Tran
ge- > From: Dan Tran [mailto:[EMAIL PROTECTED] > Sent: 28 August 2007 18:04 > To: Maven Users List > Subject: Re: classifier for maven deploy plugin > > I am going to assume that you want to deploy artifacts that are not > built by maven. > > You can create a pom and

RE: classifier for maven deploy plugin

2007-08-29 Thread John Coleman
From: Dan Tran [mailto:[EMAIL PROTECTED] Sent: 28 August 2007 18:04 To: Maven Users List Subject: Re: classifier for maven deploy plugin I am going to assume that you want to deploy artifacts that are not built by maven. You can create a pom and configure build-helper-maven-plugin to attac

Re: classifier for maven deploy plugin

2007-08-28 Thread Dan Tran
I am going to assume that you want to deploy artifacts that are not built by maven. You can create a pom and configure build-helper-maven-plugin to attach all your artifacts to maven, and finally call 'maven deploy' -D On 8/28/07, John Coleman <[EMAIL PROTECTED]> wrote: > Hi, > > > > Is there