I've got one for you... I used to have a m1 goal that called several other goals while preparing for a release... the idea was to make a repetitive task (executing several goals) simple by executing one goal.
Since I no longer have the maven.xml. I'd love to be able to set up a "composit" plugin where I could define a set of goals to execute. - Brill Pappin On 10/19/05, Jason van Zyl <[EMAIL PROTECTED]> wrote: > > On Tue, 2005-10-18 at 22:00 -0500, Chris Berry wrote: > > Greetings, > > Is it possible to write a "plugin of plugins"?? I.e. a plugin that is > simply > > a composite of other plugins. > > > > To make this concrete, imagine that you have a common set of plugins > that > > are used across many projects -- together forming a common build system. > For > > example, in project A you have > > > > <plugins. > > <plugin/> ..... plugin X at phase 1 > > <plugin/> ..... plugin Y at phase 5 > > <plugin/> ..... plugin Z at phase 7 > > <plugins> > > Do you have a concrete example which may help me understand what you're > trying to do before I respond. Looks like you're trying to provide > solution before we know what you're really trying to do. > > -- > jvz. > > Jason van Zyl > jason at maven.org <http://maven.org> > http://maven.apache.org > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
