Maven Plugin - are plugins executable within plugins?
Posted
by Walter White
on Stack Overflow
See other posts from Stack Overflow
or by Walter White
Published on 2010-05-18T17:27:34Z
Indexed on
2010/05/18
17:30 UTC
Read the original article
Hit count: 427
maven-plugin
|java
Hi all,
Is it possible to execute a plugin from a plugin? For instance, if I want to programmatically call another plugin from within a plugin, not via static XML.
Is this possible, how would I do that?
Thanks,
Walter
© Stack Overflow or respective owner