This is an automated email from the ASF dual-hosted git repository. jinrongtong pushed a commit to branch revert-244-BatchMsgBranch in repository https://gitbox.apache.org/repos/asf/rocketmq-spring.git
commit 30d0798099ec4438ca8dee3bb5eb8c1ce6bc33bd Author: rongtong <[email protected]> AuthorDate: Tue Mar 31 21:11:57 2020 +0800 Revert "Edit code style as Apache Rocket MQ" This reverts commit 4d498cb506c4552df3671b8784a3689119795f6d. --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 9b70622..8c48c82 100644 --- a/pom.xml +++ b/pom.xml @@ -89,6 +89,7 @@ <id>validate</id> <phase>validate</phase> <configuration> + <skip>true</skip> <excludes>src/main/resources</excludes> <configLocation>style/rmq_checkstyle.xml</configLocation> <encoding>UTF-8</encoding>
