Re: extending existing maven plugin

2010-09-08 Thread Stephane Nicoll
Maybe it would make more sense to provide a patch to the plugin and see how the feature can be integrated with some configuration option instead of extending it. S. On Wed, Sep 8, 2010 at 6:29 PM, Prashant Bhate < prashant.mailing.l...@gmail.com> wrote: > Hi, > > Is there a recommended way to ex

Re: extending existing maven plugin

2010-09-08 Thread Justin Edelson
You should look at the list archives. This has been discussed before. On Wed, Sep 8, 2010 at 12:29 PM, Prashant Bhate wrote: > Hi, > > Is there a recommended way to extend maven plugins? > which is better extend or aggregate with respect to MOJO inheritance? > > I wanted to extend versions:set pl

extending existing maven plugin

2010-09-08 Thread Prashant Bhate
Hi, Is there a recommended way to extend maven plugins? which is better extend or aggregate with respect to MOJO inheritance? I wanted to extend versions:set plugin to atoumatically increment major/minor version and set based on argument passed, instead of user to pass full version string, Any c