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

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

commit 9668af82e69665bcd59de191e8636a7520ee0555
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