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 397bd5384b969e3c9238ba4d38595b1d3279578d Author: rongtong <[email protected]> AuthorDate: Tue Mar 31 21:11:57 2020 +0800 Revert "Fix code style error due to mvn build failed" This reverts commit fefe366b441464459519d09c0c493daebec3b9be. --- pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8c48c82..9b70622 100644 --- a/pom.xml +++ b/pom.xml @@ -89,7 +89,6 @@ <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>
