You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Mahdi (Jira)" <ji...@apache.org> on 2021/04/10 09:28:00 UTC

[jira] [Created] (SUREFIRE-1907) maven run test when surefire skipTest enabled by default

Mahdi created SUREFIRE-1907:
-------------------------------

             Summary: 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


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)