« Return to Thread: Call one plugin from another

Re: Call one plugin from another

by jmcconnell :: Rate this Message:

Reply to Author | View in Thread

generally speaking you should have distinct plugins executed in
different phases if it makes sense, otherwise you should have multiple
executions and then just call different mojo's from the same plugin if
they are all in the same lifecycle phase

that being said, this question is probably more appropriate for the
maven users list.

cheers!
jesse

On Tue, May 6, 2008 at 6:56 PM, VELO <velo.br@...> wrote:

> Hi folks,
>
>  I wrote one plugin, who take one java project and generate some flex
>  sources.
>
>  Is there any way to call another plugin (in this case flex-compiler-mojo)
>  from this generator-plugin?
>
>  Any ideas?
>
>
>  VELO
>



--
jesse mcconnell
jesse.mcconnell@...

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...

 « Return to Thread: Call one plugin from another