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



##########
File path: pom.xml
##########
@@ -532,8 +532,7 @@
                 <exclude>src/test/resources/**/*</exclude>
                 <exclude>src/test/resources/**/*.css</exclude>
                 <exclude>**/*.jj</exclude>
-                
<exclude>src/main/resources/META-INF/services/org.apache.maven.surefire.api.provider.SurefireProvider
-                </exclude>
+                <exclude>src/main/resources/META-INF/services/**</exclude>

Review comment:
       Don't change this POM, it has nothing to do with what you are aiming 
for. Rather do not make any additional refactoring because it is very hard to 
separate reasonable and non-reasonable changes. I guess you wanted to make some 
specific improvement in JUnit5 provider. Do not press CTRL+L because there is 
again unnecessary changes.




-- 
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-unsubscr...@maven.apache.org

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


Reply via email to