Re: Configuration not selected properly when a plugin is specified multiple times in the pom.

2008-02-22 Thread Ryan Ovrevik
encies recently, > > > >> IIRC, and this is similar. > > > >> > > > >> -john > > > >> > > > >> On Feb 21, 2008, at 10:26 AM, Brian E. Fox wrote: > > > >> > > > >> > I was thinking t

Re: Configuration not selected properly when a plugin is specified multiple times in the pom.

2008-02-22 Thread Carlos Sanchez
s is the way that it has to be… oh well. > > > > > > For what it is worth… The patch is trivial and has not broken any of > > > the other maven projects that I have built with it. > > > > > > Thanks, > > > rovrevik > > >

Re: Configuration not selected properly when a plugin is specified multiple times in the pom.

2008-02-22 Thread Ryan Ovrevik
On Thu, Feb 21, 2008 at 11:00 PM, Brian E. Fox <[EMAIL PROTECTED]> wrote: > > > >> Put multiple blocks inside the . You would > >> probably need to use two phases though. > >> > >> > >> -Original Message- > >>

Re: Configuration not selected properly when a plugin is specified multiple times in the pom.

2008-02-22 Thread [EMAIL PROTECTED]
;[EMAIL PROTECTED]> wrote: > >> Put multiple blocks inside the . You would >> probably need to use two phases though. >> >> >> -Original Message- >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of >> Ryan Ovrevik >> >

Re: Configuration not selected properly when a plugin is specified multiple times in the pom.

2008-02-21 Thread Ryan Ovrevik
> Sent: Thursday, February 21, 2008 10:19 PM > To: dev@maven.apache.org > > > Subject: Re: Configuration not selected properly when a plugin is > specified multiple times in the pom. > > I was specifying a plugin twice with-in a profile to control the order > of oper

RE: Configuration not selected properly when a plugin is specified multiple times in the pom.

2008-02-21 Thread Brian E. Fox
t; the same pom that's not good. > > -Original Message- > From: John Casey [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 21, 2008 10:19 AM > To: Maven Developers List > Subject: Re: Configuration not selected properly when a plugin is > specified multiple

Re: Configuration not selected properly when a plugin is specified multiple times in the pom.

2008-02-21 Thread Ryan Ovrevik
-Original Message- > From: John Casey [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 21, 2008 10:19 AM > To: Maven Developers List > Subject: Re: Configuration not selected properly when a plugin is > specified multiple times in the pom. > > We should probably add some logic to

Re: Configuration not selected properly when a plugin is specified multiple times in the pom.

2008-02-21 Thread Tomislav Stojcevich
unless you have to define the plugin more than once because of profiles - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Configuration not selected properly when a plugin is specified multiple times in the pom.

2008-02-21 Thread John Casey
Maven Developers List Subject: Re: Configuration not selected properly when a plugin is specified multiple times in the pom. We should probably add some logic to the project/POM validator to detect duplicated plugin entries (by the plugin's groupId:artifactId:version) and fail the build wit

RE: Configuration not selected properly when a plugin is specified multiple times in the pom.

2008-02-21 Thread Brian E. Fox
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of > Ryan Ovrevik > Sent: Wednesday, February 20, 2008 10:25 PM > To: dev@maven.apache.org > Subject: Configuration not selected properly when a plugin is > specified > multiple times in the pom. > > Only the first plug

Re: Configuration not selected properly when a plugin is specified multiple times in the pom.

2008-02-21 Thread John Casey
Sent: Wednesday, February 20, 2008 10:25 PM To: dev@maven.apache.org Subject: Configuration not selected properly when a plugin is specified multiple times in the pom. Only the first plugin configuration is applied when a plugin is used multiple times within a profile. Following plug in configuratio

RE: Configuration not selected properly when a plugin is specified multiple times in the pom.

2008-02-20 Thread Brian E. Fox
Subject: Configuration not selected properly when a plugin is specified multiple times in the pom. Only the first plugin configuration is applied when a plugin is used multiple times within a profile. Following plug in configurations do not use their specified configuration. Instead, configuration

Re: Configuration not selected properly when a plugin is specified multiple times in the pom.

2008-02-20 Thread Wendy Smoak
On Wed, Feb 20, 2008 at 8:25 PM, Ryan Ovrevik <[EMAIL PROTECTED]> wrote: > Only the first plugin configuration is applied when a plugin is used > multiple times within a profile. Following plug in configurations do > not use their specified configuration. Instead, configuration is based > on wha

Configuration not selected properly when a plugin is specified multiple times in the pom.

2008-02-20 Thread Ryan Ovrevik
Only the first plugin configuration is applied when a plugin is used multiple times within a profile. Following plug in configurations do not use their specified configuration. Instead, configuration is based on what appears to be a combination of the configuration specified in the first plugin con