Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-dev] Unnecessary call of Maven builder from upstream project

It's hard to say anything specific without example project and exact
steps to reproduce the problem. In all cases I investigated so far the
root cause was always interference between "rouge", i.e. incompatible,
maven plugins and eclipse workspace builders.

Right now the only way to troubleshoot this is to run eclipse under
debugger, see what resource deltas trigger unexpected builds and try to
trace them back to maven plugins and/or workspace builders that generate
these deltas. Once you know what triggers the build you can either fix
or disable the offender.

I plan to introduce "maven build troubleshooting" view in m6 that will
make troubleshooting easier.

--
Regards,
Igor

On 2013-02-07 10:49 AM, Alexander Potapov wrote:
Hello,


My problem is that sometimes when I save edited POM file then Maven
builder of other projects is triggered.
Moreover, Maven builder is executed for upstream projects while it
shouldn't. Should it?

This happens randomly. In most cases upstream projects are not called.


Regards,
Alexander


_______________________________________________
m2e-dev mailing list
m2e-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-dev



Back to the top