[ https://issues.apache.org/jira/browse/SUREFIRE-1170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16727973#comment-16727973 ]
Tibor Digana commented on SUREFIRE-1170: ---------------------------------------- [~simpligility] You probably mean {{maven.test.skip}} . [~nhoj.patrick] [~simpligility] What about to keep both properties {{maven.test.skip}} and {{maven.test.skip.exec}}? But definitely bind {{skipTests}} only to Surefire, and {{skipITs}} only to Failsafe. This means that {{skipTests}} is deprecated only in Failsafe and will be removed in only Failsafe which is the solution as Karl described in this issue. > skiptTests=true is used by maven-surefire-plugin as well as of > maven-failsafe-plugin > ------------------------------------------------------------------------------------ > > Key: SUREFIRE-1170 > URL: https://issues.apache.org/jira/browse/SUREFIRE-1170 > Project: Maven Surefire > Issue Type: Bug > Components: Maven Failsafe Plugin, Maven Surefire Plugin > Affects Versions: 2.18.1 > Reporter: Karl Heinz Marbaise > Priority: Major > Fix For: 3.0.0-M6 > > > By using the properties {{skipTests=true}} will skip the tests for > maven-surefire-plugin as well as for maven-failsafe-plugin. > So currently it's not simple to make a separation of skipping either unit > tests (maven-surefire-plugin) or integration tests (maven-failsafe-plugin). > maven-failsafe-plugin has a property {{skipITs=true}} which will skip the > integration tests. -- This message was sent by Atlassian JIRA (v7.6.3#76005)