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
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
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
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