Hi,
i would like to ask if there is some way to prevent a plugin to fork the
Maven build without patch it.

I ask this because, in some projects, I need to attach to the build phase
some plugins that don't have the "no-fork" goals and, right now, them are
forcing maven to re-executes whole build portions, wasting a lot of time
and, in worst cases, creating mess with files generated during the normal
build phase.

Another thing that i can't understand, is why Maven should fork the build:
if a plugin that requires the generate:source phase is attached "after"
the generate:source phase execution, for which reason the generate:source
phase (and each previous phase) should be re-executed?

Thanks in advance,
Luca De Petrillo

Reply via email to