diff --git a/build/pom.xml b/build/pom.xml
index 0e0e2514849..6a94233df26 100644
--- a/build/pom.xml
+++ b/build/pom.xml
@@ -163,6 +163,11 @@
org.xolstice.maven.plugins
protobuf-maven-plugin
${protobuf-maven-plugin.version}
+
+
+ true
+
com.mycila
diff --git a/changes/en-us/develop.md b/changes/en-us/develop.md
index af224973635..3809e01b36c 100644
--- a/changes/en-us/develop.md
+++ b/changes/en-us/develop.md
@@ -21,6 +21,7 @@ Add changes here for all PR submitted to the develop branch.
- [[#5243](https://github.com/seata/seata/pull/5243)] optimize kryo 5.4.0 optimize compatibility with jdk17
- [[#5153](https://github.com/seata/seata/pull/5153)] Only AT mode try to get channel with other app
- [[#5177](https://github.com/seata/seata/pull/5177)] If `server.session.enable-branch-async-remove` is true, delete the branch asynchronously and unlock it synchronously.
+- [[#5273](https://github.com/seata/seata/pull/5273)] Optimize the compilation configuration of the `protobuf-maven-plugin` plug-in to solve the problem of too long command lines in higher versions.
### security:
- [[#5172](https://github.com/seata/seata/pull/5172)] fix some security vulnerabilities
@@ -41,6 +42,7 @@ Thanks to these contributors for their code commits. Please report an unintended
- [Bughue](https://github.com/Bughue)
- [pengten](https://github.com/pengten)
- [wangliang181230](https://github.com/wangliang181230)
+- [GoodBoyCoder](https://github.com/GoodBoyCoder)
Also, we receive many valuable issues, questions and advices from our community. Thanks for you all.
diff --git a/changes/zh-cn/develop.md b/changes/zh-cn/develop.md
index 2d91a3337d7..ece3fb7db9d 100644
--- a/changes/zh-cn/develop.md
+++ b/changes/zh-cn/develop.md
@@ -21,6 +21,7 @@
- [[#5243](https://github.com/seata/seata/pull/5243)] 升级 kryo 5.4.0 优化对jdk17的兼容性
- [[#5153](https://github.com/seata/seata/pull/5153)] 只允许AT去尝试跨RM获取channel
- [[#5177](https://github.com/seata/seata/pull/5177)] 如果 `server.session.enable-branch-async-remove` 为真,异步删除分支,同步解锁。
+- [[#5273](https://github.com/seata/seata/pull/5273)] 优化`protobuf-maven-plugin`插件的编译配置,解决高版本的命令行过长问题
### security:
- [[#5172](https://github.com/seata/seata/pull/5172)] 修复一些安全漏洞的版本
@@ -41,6 +42,7 @@
- [Bughue](https://github.com/Bughue)
- [pengten](https://github.com/pengten)
- [wangliang181230](https://github.com/wangliang181230)
+- [GoodBoyCoder](https://github.com/GoodBoyCoder)
同时,我们收到了社区反馈的很多有价值的issue和建议,非常感谢大家。