RE: [m2] Wrapping an existing Mojo with a proxy Mojo

2005-11-17 Thread David Jackman
, 2005 7:16 PM To: Maven Users List Subject: Re: [m2] Wrapping an existing Mojo with a proxy Mojo Eric: yes, we have an open bug to allow this to be in settings.xml David: can you put the template in the parent pom though? my-${project.artifactId}-custom-${project.version}-tag - Brett On 11/16

Re: [m2] Wrapping an existing Mojo with a proxy Mojo

2005-11-16 Thread Brett Porter
riginal Message- > > From: Eric Redmond [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, November 15, 2005 9:32 PM > > To: Maven Users List > > Subject: Re: [m2] Wrapping an existing Mojo with a proxy Mojo > > > > I've actually had a similar issue. In my case,

Re: [m2] Wrapping an existing Mojo with a proxy Mojo

2005-11-15 Thread Eric Redmond
From: Eric Redmond [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 15, 2005 9:32 PM > To: Maven Users List > Subject: Re: [m2] Wrapping an existing Mojo with a proxy Mojo > > I've actually had a similar issue. In my case, maven-archetype-plugin > requires a groupId, although

RE: [m2] Wrapping an existing Mojo with a proxy Mojo

2005-11-15 Thread David Jackman
different value (with a standard naming convention). ..David.. -Original Message- From: Eric Redmond [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 15, 2005 9:32 PM To: Maven Users List Subject: Re: [m2] Wrapping an existing Mojo with a proxy Mojo I've actually had a similar issu

Re: [m2] Wrapping an existing Mojo with a proxy Mojo

2005-11-15 Thread Eric Redmond
dard tag name for that > release. (And that's just one example of this sort of thing that I'd > like to do.) > > ..David.. > > -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 15, 2005 5:01 PM > To: Maven Users List

RE: [m2] Wrapping an existing Mojo with a proxy Mojo

2005-11-15 Thread David Jackman
And that's just one example of this sort of thing that I'd like to do.) ..David.. -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 15, 2005 5:01 PM To: Maven Users List Subject: Re: [m2] Wrapping an existing Mojo with a proxy Mojo We&#

Re: [m2] Wrapping an existing Mojo with a proxy Mojo

2005-11-15 Thread Brett Porter
We're planning a way to template configuration in Maven 2.1 which sounds like a better solution to this. You can have a common parent POM that specifies these values to some extent at the moment. I'd be concerned about modifying the existing plugins to change the defaults or behaviour, however as