This is an automated email from the ASF dual-hosted git repository.

vveider pushed a commit to branch reduce-test-scope
in repository https://gitbox.apache.org/repos/asf/ignite.git

commit b573409d92b5bd8ec509cfe41e3ace46f57f2a9f
Author: Petr Ivanov <psergeiva...@sberbank.ru>
AuthorDate: Wed Nov 9 11:19:16 2022 +0300

    Test excluding compile scope from maven-surefire-plugin
---
 parent/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/parent/pom.xml b/parent/pom.xml
index 7f2af3df26c..3de41c42640 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -520,6 +520,7 @@
                         <!-- Check all classes that may have any test. -->
                         <include>**/*.java</include>
                     </includes>
+                    
<classpathDependencyScopeExclude>compile</classpathDependencyScopeExclude>
                 </configuration>
             </plugin>
 

Reply via email to