Community
Participate
Working Groups
I have a use case where for one test plugin, I want to have 2 tycho-surefire-plugin execution (one for SWTBot, and the other for non-SWTBot). When adding executions, it stills want to run me the "default-test" execution. Then my idea was to override the definition of the "default-test" execution in order to put it a "skipTests", as it is possible for the maven-surefire-plugin [1]. But this does not seem to have any effect: the "skipTests" is ignored, and tycho-surefire still wants me to run these "default-test" that are not relevant for me. [1] http://maven.apache.org/plugins/maven-surefire-plugin/test-mojo.html#skipTests
*** This bug has been marked as a duplicate of bug 364552 ***