Am 12.06.2013 um 16:41 schrieb Marshall Schor <[email protected]>: > Given that the integration test for m2e involves very large network traffic > as well, > I'm disabling this one test (leaving the other 3 integration tests, though). > > It's disabled in a not too good way - I commented out parts of its POM. > Improvements welcome :-).
It should be possibly to exclude specific tests using the invokerTest configuration option: http://maven.apache.org/plugins/maven-invoker-plugin/integration-test-mojo.html#invokerTest <configuration> <invokerTest>!m2e</invokerTest> … </configuration If nobody else does, I'll try later. -- Richard
