Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2e-users] Debug why Eclipse is rebuilding project after running Maven install via m2e in Eclipse

If I right click on my project and Run As > Maven install and let it complete successfully,
and then refresh the workspace some of the child modules get rebuilt by Maven.

This is annoying as that particular module has lots of Java files that need rebuilding and Eclipse is doing a clean first.

Is there anyway to debug why the Project Builders are being invoked and why it is considering the generated files out of date?

Cheers

Back to the top