[ https://issues.apache.org/jira/browse/SUREFIRE-1876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17273888#comment-17273888 ]
Falko Modler commented on SUREFIRE-1876: ---------------------------------------- FWIW, I'm using the following workaround: https://github.com/vackosar/gitflow-incremental-builder/blob/master/pom.xml#L100-L104 See also: - https://github.com/vackosar/gitflow-incremental-builder/blob/master/pom.xml#L331 - https://github.com/vackosar/gitflow-incremental-builder/blob/master/pom.xml#L382-L383 > Possibility to skip unit but not integration tests > -------------------------------------------------- > > Key: SUREFIRE-1876 > URL: https://issues.apache.org/jira/browse/SUREFIRE-1876 > Project: Maven Surefire > Issue Type: New Feature > Components: Maven Failsafe Plugin > Affects Versions: 3.0.0-M5 > Reporter: Tobias Stadler > Priority: Major > > Currently one can skip execution of integration test while still executing > unit tests by using the skipIT property. I would would like to be able to > skip execution of unit tests but not the integration tests. > My integration tests are located in a module of a multi module project. When > running mvn verify -pl :my-it-project -am both unit and integration tests for > all projects are run. Skipping unit test execution would speed things up a > little bit. -- This message was sent by Atlassian Jira (v8.3.4#803005)