Re: Proposal: MNG-2521 Cross Module Mojo Inheritance

2007-07-03 Thread Jochen Kuhnle
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

Re: Proposal: MNG-2521 Cross Module Mojo Inheritance

2007-07-03 Thread Brett Porter
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

Re: Proposal: MNG-2521 Cross Module Mojo Inheritance

2007-07-03 Thread Eric Redmond
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

Proposal: MNG-2521 Cross Module Mojo Inheritance

2007-07-03 Thread Jochen Kuhnle
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