I tried it, it works but you have to also specify the tests to run. I'll check in a change.
-Marshall On 6/12/2013 10:47 AM, Richard Eckart de Castilho wrote: > 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
