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

zstan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/master by this push:
     new a30f898800e IGNITE-28745 Fix test suite checks for JDK 17 (#13211)
a30f898800e is described below

commit a30f898800e535d82d5f91383995f6e99efaf5bc
Author: Dmitry Werner <[email protected]>
AuthorDate: Wed Jun 10 17:42:05 2026 +0500

    IGNITE-28745 Fix test suite checks for JDK 17 (#13211)
---
 parent/pom.xml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/parent/pom.xml b/parent/pom.xml
index f03d7397b7c..a0c3020b238 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1187,5 +1187,20 @@
                 <maven.javadoc.skip>true</maven.javadoc.skip>
             </properties>
         </profile>
+
+        <profile>
+            <id>check-test-suites</id>
+            <build>
+                <plugins>
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-surefire-plugin</artifactId>
+                        <configuration>
+                            <forkCount>1</forkCount>
+                        </configuration>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
     </profiles>
 </project>

Reply via email to