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

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


The following commit(s) were added to refs/heads/master by this push:
     new edfeb326914 [hotfix][build] Put commas into exclusion groups to avoid 
commas only
edfeb326914 is described below

commit edfeb3269146ed05476a405335e8af0cb8569482
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Wed Jun 10 16:30:17 2026 +0200

    [hotfix][build] Put commas into exclusion groups to avoid commas only
---
 pom.xml | 36 ++++++++----------------------------
 1 file changed, 8 insertions(+), 28 deletions(-)

diff --git a/pom.xml b/pom.xml
index 995552dbe34..ef85ed4b0ce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1015,7 +1015,7 @@ under the License.
                <profile>
                        <id>enable-adaptive-scheduler</id>
                        <properties>
-                               
<surefire.excludedGroups.adaptive-scheduler>org.apache.flink.testutils.junit.FailsWithAdaptiveScheduler</surefire.excludedGroups.adaptive-scheduler>
+                               
<surefire.excludedGroups.adaptive-scheduler>org.apache.flink.testutils.junit.FailsWithAdaptiveScheduler,</surefire.excludedGroups.adaptive-scheduler>
                        </properties>
                        <build>
                                <plugins>
@@ -1026,11 +1026,7 @@ under the License.
                                                        <systemProperties>
                                                                
<flink.tests.enable-adaptive-scheduler>true</flink.tests.enable-adaptive-scheduler>
                                                        </systemProperties>
-                                                       <excludedGroups>
-                                                               
${surefire.excludedGroups.github-actions},
-                                                               
${surefire.excludedGroups.adaptive-scheduler},
-                                                               
${surefire.excludedGroups.jdk}
-                                                       </excludedGroups>
+                                                       
<excludedGroups>${surefire.excludedGroups.github-actions}${surefire.excludedGroups.adaptive-scheduler}${surefire.excludedGroups.jdk}</excludedGroups>
                                                </configuration>
                                        </plugin>
                                </plugins>
@@ -1046,11 +1042,7 @@ under the License.
                                                        
<groupId>org.apache.maven.plugins</groupId>
                                                        
<artifactId>maven-surefire-plugin</artifactId>
                                                        <configuration>
-                                                               <excludedGroups>
-                                                                       
${surefire.excludedGroups.github-actions},
-                                                                       
${surefire.excludedGroups.adaptive-scheduler},
-                                                                       
${surefire.excludedGroups.jdk},
-                                                               
</excludedGroups>
+                                                               
<excludedGroups>${surefire.excludedGroups.github-actions}${surefire.excludedGroups.adaptive-scheduler}${surefire.excludedGroups.jdk}</excludedGroups>
                                                        </configuration>
                                                </plugin>
                                        </plugins>
@@ -1093,7 +1085,7 @@ under the License.
                        </activation>
 
                        <properties>
-                               
<surefire.excludedGroups.jdk>org.apache.flink.testutils.junit.FailsOnJava17</surefire.excludedGroups.jdk>
+                               
<surefire.excludedGroups.jdk>org.apache.flink.testutils.junit.FailsOnJava17,</surefire.excludedGroups.jdk>
                        </properties>
 
                        <build>
@@ -1103,11 +1095,7 @@ under the License.
                                                        
<groupId>org.apache.maven.plugins</groupId>
                                                        
<artifactId>maven-surefire-plugin</artifactId>
                                                        <configuration>
-                                                               <excludedGroups>
-                                                                       
${surefire.excludedGroups.github-actions},
-                                                                       
${surefire.excludedGroups.adaptive-scheduler},
-                                                                       
${surefire.excludedGroups.jdk},
-                                                               
</excludedGroups>
+                                                               
<excludedGroups>${surefire.excludedGroups.github-actions}${surefire.excludedGroups.adaptive-scheduler}${surefire.excludedGroups.jdk}</excludedGroups>
                                                        </configuration>
                                                </plugin>
                                        </plugins>
@@ -1156,11 +1144,7 @@ under the License.
                                                        
<groupId>org.apache.maven.plugins</groupId>
                                                        
<artifactId>maven-surefire-plugin</artifactId>
                                                        <configuration>
-                                                               <excludedGroups>
-                                                                       
${surefire.excludedGroups.github-actions},
-                                                                       
${surefire.excludedGroups.adaptive-scheduler},
-                                                                       
${surefire.excludedGroups.jdk},
-                                                               
</excludedGroups>
+                                                               
<excludedGroups>${surefire.excludedGroups.github-actions}${surefire.excludedGroups.adaptive-scheduler}${surefire.excludedGroups.jdk}</excludedGroups>
                                                        </configuration>
                                                </plugin>
                                        </plugins>
@@ -1201,7 +1185,7 @@ under the License.
                        </activation>
 
                        <properties>
-                               
<surefire.excludedGroups.jdk>org.apache.flink.testutils.junit.FailsOnJava25</surefire.excludedGroups.jdk>
+                               
<surefire.excludedGroups.jdk>org.apache.flink.testutils.junit.FailsOnJava25,</surefire.excludedGroups.jdk>
                        </properties>
 
                        <build>
@@ -1211,11 +1195,7 @@ under the License.
                                                        
<groupId>org.apache.maven.plugins</groupId>
                                                        
<artifactId>maven-surefire-plugin</artifactId>
                                                        <configuration>
-                                                               <excludedGroups>
-                                                                       
${surefire.excludedGroups.github-actions},
-                                                                       
${surefire.excludedGroups.adaptive-scheduler},
-                                                                       
${surefire.excludedGroups.jdk},
-                                                               
</excludedGroups>
+                                                               
<excludedGroups>${surefire.excludedGroups.github-actions}${surefire.excludedGroups.adaptive-scheduler}${surefire.excludedGroups.jdk}</excludedGroups>
                                                        </configuration>
                                                </plugin>
                                                <plugin>

Reply via email to