How can I execute several maven plugins within a single phase and set their respective execution ord
Posted
by Yaneeve
on Stack Overflow
See other posts from Stack Overflow
or by Yaneeve
Published on 2010-03-24T16:36:09Z
Indexed on
2010/03/25
9:13 UTC
Read the original article
Hit count: 384
Hi all,
I would like to breakup certain phases in the maven life cycle into sub phases. I would like to control the execution flow from one sub-phase to another, sort of like with ant dependencies.
For example, I would like to use the NSIS plugin in order to package up my project into an installer at the package stage, AFTER my project had been packaged into a war file. I would like to do all that at the package phase.
Is that possible?
Thanks
© Stack Overflow or respective owner