> -Original Message-
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
> > Stuart McCulloch
> > Sent: Tuesday, September 25, 2007 11:21 AM
> > To: Maven Users List
> > Subject: mojo inheritance
> >
> > Hi,
> >
> >
Jason van Zyl wrote on Wednesday, September 26, 2007 7:59 AM:
> On 25 Sep 07, at 10:21 PM 25 Sep 07, Brian E. Fox wrote:
>
>> This is interesting functionality that the dev team should be aware
>> of. I know it's frequently asked how to extend a plugin.
>>
>
> We could definitely integrate this
stuff we'll have this with
annotations but doing this with the existing mechanism would be good.
--Brian
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stuart
McCulloch
Sent: Tuesday, September 25, 2007 11:21 AM
To: Maven Users List
Subject: mojo i
Maven Users List
Subject: mojo inheritance
Hi,
I've developed a small plugin that lets you extend mojos from other
maven
plugins by merging the plugin metadata:
http://www.ops4j.org/projects/pax/construct/maven-inherit-plugin/index.h
tml
I've successfully used this to extend various co
On 2007-07-04 03:02:29 +0200, Brett Porter <[EMAIL PROTECTED]> said:
On 04/07/2007, at 5:21 AM, Eric Redmond wrote:
Post-compilation annotation extraction actually handles this case.
http://jira.codehaus.org/browse/MNG-2521
MNG-2521 takes care of it partially. Since at runtime, missing
ann
On 04/07/2007, at 5:21 AM, Eric Redmond wrote:
Post-compilation annotation extraction actually handles this case.
http://jira.codehaus.org/browse/MNG-2521
That sounds much better than requiring additional annotations.
Eric
On 7/3/07, Jochen Kuhnle <[EMAIL PROTECTED] > wrote:
Hi,
here's
Post-compilation annotation extraction actually handles this case.
http://jira.codehaus.org/browse/MNG-2521
Eric
On 7/3/07, Jochen Kuhnle <[EMAIL PROTECTED] > wrote:
Hi,
here's the second one:
With the current Mojo descriptor extractor, it is possible to inherit
Mojo annotations from parent
Hi,
here's the second one:
With the current Mojo descriptor extractor, it is possible to inherit
Mojo annotations from parent classes, but not across projects. With
this, it is e.g. not possible to subclass a "built-in" Maven mojo and
inherit the annotations, or to refactor common Mojo code i