You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2021/11/13 23:16:31 UTC

[GitHub] [maven-surefire] Tibor17 commented on a change in pull request #388: [SUREFIRE-1266] Skip junit dependency check if module has no tests to run

Tibor17 commented on a change in pull request #388:
URL: https://github.com/apache/maven-surefire/pull/388#discussion_r748776137



##########
File path: maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java
##########
@@ -944,6 +944,7 @@ public void execute()
                         return;
                 }
             }
+            verifyParameters( true );

Review comment:
       @CMoH @slawekjaranowski 
   Here I can see that the method `verifyParameters()` is called twice. Why?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org