xxubai commented on code in PR #4244:
URL: https://github.com/apache/amoro/pull/4244#discussion_r3419516172


##########
pom.xml:
##########
@@ -1491,6 +1511,8 @@
                     <version>${maven-surefire-plugin.version}</version>
                     <configuration>
                         <failIfNoSpecifiedTests>false</failIfNoSpecifiedTests>
+                        <argLine>${amoro.surefire.baseArgLine}</argLine>
+                        
<excludedGroups>${surefire.excludedGroups.jdk}</excludedGroups>

Review Comment:
   Done, dropped the unused `excludedGroups` placeholder from both the root POM 
and `amoro-mixed-flink-common/pom.xml`. Since this PR is not introducing JUnit 
groups/tags, removing the placeholder is simpler than keeping an empty default.



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