[
https://issues.apache.org/jira/browse/SUREFIRE-1907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17318752#comment-17318752
]
Tibor Digana commented on SUREFIRE-1907:
----------------------------------------
[~mah454]
skipTest is not enabled by defaul, for sure!
We had another guy who had the same problem in stackoverflow but he found by
himself that skipTest was set to true in the parent POM or another POM in
dependencyManagement. Pls check it!
> maven run test when surefire skipTest enabled by default
> --------------------------------------------------------
>
> Key: SUREFIRE-1907
> URL: https://issues.apache.org/jira/browse/SUREFIRE-1907
> Project: Maven Surefire
> Issue Type: Bug
> Components: Maven Surefire Plugin
> Affects Versions: 3.0.0-M5
> Reporter: Mahdi
> Priority: Critical
>
> according to your documents :
> https://maven.apache.org/surefire/maven-surefire-plugin/examples/skipping-tests.html
> I try to disable tests by default and run this tests on cli with this command
> :
> {quote}mvn clean compile test -DskipTests=false
> {quote}
> but still tests skipped in this case .
> I also ask this question on StackOverflow with more explanation :
> https://stackoverflow.com/questions/67032138/maven-run-test-when-surefire-skiptest-enabled-by-default/67032191?noredirect=1#comment118486523_67032191
--
This message was sent by Atlassian Jira
(v8.3.4#803005)