Re: Can plugins be extended?

2008-05-01 Thread walid joseph Gedeon
mojo.codehaus.org/build-helper-maven-plugin/ > > > walid joseph Gedeon wrote: > > > Hello all, > > After failing to customize the compiler pluging (by passing > > in the maven-compiler-plugin ); > > I've > > went onto trying to extend the maven-com

Re: Can plugins be extended?

2008-04-29 Thread walid joseph Gedeon
aware of the downside: You cannot upgrade the > compiler-plugin anymore without creating a new version of your plugin. Any > plugin is loaded once and the first one wins. Nice effects in reactor builds > ;-) > > walid joseph Gedeon wrote: > > Indeed! Thanks :-) > >

Re: Can plugins be extended?

2008-04-29 Thread walid joseph Gedeon
Please ignore my last question :-) I should have read the "How to contribute" ;-) On Tue, Apr 29, 2008 at 7:02 PM, walid joseph Gedeon <[EMAIL PROTECTED]> wrote: > Indeed! Thanks :-) > > So, for the summary, here are the steps that provided my solution: > > 1)

Re: Can plugins be extended?

2008-04-29 Thread walid joseph Gedeon
AIL PROTECTED]> wrote: > Try add type to dependency: > maven-plugin > > > VELO > > > On Tue, Apr 29, 2008 at 1:46 PM, walid joseph Gedeon <[EMAIL PROTECTED]> > wrote: > > > It seems to want to do what I need... but I

Re: Can plugins be extended?

2008-04-29 Thread walid joseph Gedeon
hat supposedly allows you to > > > extend plugins by merging the metadata, but I forget the name. > > > > > > -Original Message- > > > From: walid joseph Gedeon [mailto:[EMAIL PROTECTED] Sent: Tuesday, > > > April 29, 2008 10:37 AM > > >

Re: Can plugins be extended?

2008-04-29 Thread walid joseph Gedeon
; Hth, > > Nick S. > > [1] http://jira.codehaus.org/browse/MNG-3042 > [2] http://www.ops4j.org/projects/pax/construct/maven-inherit-plugin/ > > > -Original Message- > From: walid joseph Gedeon [mailto:[EMAIL PROTECTED] > Sent: Tue 4/29/2008 16:37 > To: Mav

Can plugins be extended?

2008-04-29 Thread walid joseph Gedeon
Hello all, After failing to customize the compiler pluging (by passing in the maven-compiler-plugin ); I've went onto trying to extend the maven-compiler-plugin CompileMojo to just set that variable. It looks like I've missed something: the injected parameters of the super classes are not bein