Skip to main content

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

Hello Igor,

could you explain or give an example of situation causing an endless loop? I think I've seen this behavior a couple of times, but I would like to know better what's causing it.

Regards,
htfv (Aliaksei Lahachou)

Am 30.11.2012 04:10 schrieb "Igor Fedorenko" <igor@xxxxxxxxxxxxxx>:
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
_______________________________________________
m2e-dev mailing list
m2e-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-dev

Back to the top