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

funky-eyes pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/incubator-seata.git


The following commit(s) were added to refs/heads/2.x by this push:
     new d6cdbcdcc9 optimize: maven-checkstyle-plugin check test classes (#8085)
d6cdbcdcc9 is described below

commit d6cdbcdcc93605dbc6a55aa6de295db026b42911
Author: 徐晓伟 <[email protected]>
AuthorDate: Sat May 2 14:03:10 2026 +0800

    optimize: maven-checkstyle-plugin check test classes (#8085)
---
 changes/en-us/2.x.md | 2 +-
 changes/zh-cn/2.x.md | 2 +-
 pom.xml              | 1 +
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/changes/en-us/2.x.md b/changes/en-us/2.x.md
index 9d7bc9b09d..a489c84f07 100644
--- a/changes/en-us/2.x.md
+++ b/changes/en-us/2.x.md
@@ -62,7 +62,7 @@ Add changes here for all PR submitted to the 2.x branch.
 - [[#8031](https://github.com/apache/incubator-seata/pull/8031)] upgrade some 
dependencies versions
 - [[#8030](https://github.com/apache/incubator-seata/pull/8030)] add the 
dependency jackson-datatype-jsr310
 - [[#8043](https://github.com/apache/incubator-seata/pull/8043)] simplify 
jackson related dependencies
-- [[#8057](https://github.com/apache/incubator-seata/pull/8057)] remove p3c, 
use maven-checkstyle-plugin, only check PR changes
+- 
[[#8057](https://github.com/apache/incubator-seata/pull/8057)]/[[#8085](https://github.com/apache/incubator-seata/pull/8085)]
 remove p3c, use maven-checkstyle-plugin, only check PR changes
 - [[#8063](https://github.com/apache/incubator-seata/pull/8063)] bump 
commons-io:commons-io from 2.8.0 to 2.21.0
 - [[#8064](https://github.com/apache/incubator-seata/pull/8064)] bump 
org.apache.kafka:kafka-clients from 3.6.1 to 3.9.2
 - [[#8069](https://github.com/apache/incubator-seata/pull/8069)] bump 
org.assertj:assertj-core from 3.12.2 to 3.27.7
diff --git a/changes/zh-cn/2.x.md b/changes/zh-cn/2.x.md
index 3b2d1ecc53..ff09d84008 100644
--- a/changes/zh-cn/2.x.md
+++ b/changes/zh-cn/2.x.md
@@ -62,7 +62,7 @@
 - [[#8031](https://github.com/apache/incubator-seata/pull/8031)] 升级一些依赖版本
 - [[#8030](https://github.com/apache/incubator-seata/pull/8030)] 添加依赖 
jackson-datatype-jsr310
 - [[#8043](https://github.com/apache/incubator-seata/pull/8043)] 简化 jackson 
相关依赖
-- [[#8057](https://github.com/apache/incubator-seata/pull/8057)] 删除 p3c, 使用 
maven-checkstyle-plugin, 仅检查 PR 变更
+- 
[[#8057](https://github.com/apache/incubator-seata/pull/8057)]/[[#8085](https://github.com/apache/incubator-seata/pull/8085)]
 删除 p3c, 使用 maven-checkstyle-plugin, 仅检查 PR 变更
 - [[#8063](https://github.com/apache/incubator-seata/pull/8063)] 将 
commons-io:commons-io 从 2.8.0 版本升级到 2.21.0 版本
 - [[#8064](https://github.com/apache/incubator-seata/pull/8064)] 将 
org.apache.kafka:kafka-clients 从 3.6.1 版本升级到 3.9.2 版本
 - [[#8069](https://github.com/apache/incubator-seata/pull/8069)] 将 
org.assertj:assertj-core 从 3.12.2 版本升级到 3.27.7
diff --git a/pom.xml b/pom.xml
index 2e8307d52e..b555a9036c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -407,6 +407,7 @@
                     <configLocation>style/checkstyle.xml</configLocation>
                     <consoleOutput>true</consoleOutput>
                     <detail>true</detail>
+                    
<includeTestSourceDirectory>true</includeTestSourceDirectory>
                     <skip>${checkstyle.skip}</skip>
                 </configuration>
                 <executions>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to