Re: can a plugin execute another one ?

2008-01-09 Thread Stephen Connolly
I know that a plugin can fork a maven execution if it needs to... can't remember how On Jan 9, 2008 9:34 AM, nicolas de loof <[EMAIL PROTECTED]> wrote: > Hello, > > I need some custom packaging that requires to post-process the > tar.gzgenerated by the assembly plugin. > > How can I force the exe

can a plugin execute another one ?

2008-01-09 Thread nicolas de loof
Hello, I need some custom packaging that requires to post-process the tar.gzgenerated by the assembly plugin. How can I force the execution of the assembly plugin from another plugin ? The @execute goal="" only applies on goals from the same plugin, and assembly is not attached to a phase. Nico.