Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] m2e-wtp, handling JUnit tests the "right" way?

Am 04.07.2013 12:18, schrieb Fred Bricon:
Have you enabled some maven plugins to automatically run during eclipse
builds
(http://wiki.eclipse.org/M2E_plugin_execution_not_covered#execute_plugin_goal)?
That could cause some performance issues.

Thanks for your hint. Actually, this is what got me out of trouble here. Used to have an "<ignore/>" in a plugin-execution-filter for maven-compiler-plugin and testCompile. Changing this to <runOnIncremental>true</runOnIncremental> made things work as expected. Thanks vey much for getting me to a working state again!

Cheers,
Kristian


Back to the top