enable maven checkstyle (#6829)

This commit is contained in:
chaokunyang
2020-01-20 23:41:54 -08:00
committed by Hao Chen
parent c957ed58ed
commit 289e5e8aff
18 changed files with 81 additions and 72 deletions
+6
View File
@@ -149,6 +149,12 @@
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>