Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2e-users] change in default behaviour of <execute/> mapping

As of m2e 1.2, <execute/> mapping has runOnIncremental=true by default.
This causes endless builds when <execute/> is used for a mojo that is
not compatible with m2e incremental workspace build. I am changing the
default to runOnIncremental=false in 1.3. Projects and maven plugins
that support incremental build will need to explicitly state so to work
in 1.3, otherwise they will be only invoked during full/clean build.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=395433

--
Regards,
Igor


Back to the top