You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by nicolas de loof <ni...@apache.org> on 2008/01/09 10:34:01 UTC

can a plugin execute another one ?

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.

Re: can a plugin execute another one ?

Posted by Stephen Connolly <st...@gmail.com>.
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 <ni...@apache.org> wrote:

> 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.
>