slawekjaranowski commented on a change in pull request #393:
URL: https://github.com/apache/maven-surefire/pull/393#discussion_r746954542



##########
File path: 
maven-surefire-common/src/main/java/org/apache/maven/surefire/providerapi/ConfigurableProviderInfo.java
##########
@@ -1,4 +1,4 @@
-package org.apache.maven.plugin.surefire;
+package org.apache.maven.surefire.providerapi;

Review comment:
       I put all classes responsible for providers detecting in one package.
   
   Before we have:
   `org.apache.maven.plugin.surefire.booterclient.ProviderDetector` 
   which use 
   `org.apache.maven.surefire.providerapi.ServiceLoader` 
   and `ProviderDetector` was used only by `AbstractSurefireMojo` so one 
responsibility was in many package.




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