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



##########
File path: 
maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/SurefireDependencyResolver.java
##########
@@ -61,20 +62,21 @@
 {
     static final String PROVIDER_GROUP_ID = "org.apache.maven.surefire";
 
-    private static final String[] PROVIDER_CLASSPATH_ORDER = {
-        "surefire-junit3",
-        "surefire-junit4",
-        "surefire-junit47",
-        "surefire-testng",
-        "surefire-junit-platform",
-        "surefire-api",
-        "surefire-logger-api",
-        "surefire-shared-utils",
-        "common-java5",
-        "common-junit3",
-        "common-junit4",
-        "common-junit48",
-        "common-testng-utils"
+    private static final String[][] PROVIDER_CLASSPATH_ORDER = {
+        // groupId, artifactId [, classifier]
+        {"org.apache.maven.surefire", "surefire-junit3"},
+        {"org.apache.maven.surefire", "surefire-junit4"},
+        {"org.apache.maven.surefire", "surefire-junit47"},
+        {"org.apache.maven.surefire", "surefire-testng"},
+        {"org.apache.maven.surefire", "surefire-junit-platform"},
+        {"org.apache.maven.surefire", "surefire-api"},
+        {"org.apache.maven.surefire", "surefire-logger-api"},
+        {"org.apache.maven.surefire", "surefire-shared-utils"},
+        {"org.apache.maven.surefire", "common-java5"},
+        {"org.apache.maven.surefire", "common-junit3"},
+        {"org.apache.maven.surefire", "common-junit4"},
+        {"org.apache.maven.surefire", "common-junit48"},
+        {"org.apache.maven.surefire", "common-testng-utils"}

Review comment:
       yes, I know, this was related to the thinking process with classifier.
   Let me pls squash the commits, it's easier to avoid changing this class 
afterwards.




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to