1 parent d307f56 commit 515495eCopy full SHA for 515495e
1 file changed
pom.xml
@@ -398,6 +398,14 @@
398
399
<build>
400
<plugins>
401
+ <plugin>
402
+ <groupId>org.apache.maven.plugins</groupId>
403
+ <artifactId>maven-checkstyle-plugin</artifactId>
404
+ <version>3.5.0</version>
405
+ <configuration>
406
+ <configLocation>checkstyle.xml</configLocation>
407
+ </configuration>
408
+ </plugin>
409
<plugin>
410
<groupId>org.apache.maven.plugins</groupId>
411
<artifactId>maven-compiler-plugin</artifactId>
0 commit comments