run checkstyle on mvn test

This commit is contained in:
ucrhh 2021-01-29 00:28:38 +01:00
parent 8af49fca09
commit c8c5f2b63b

View File

@ -181,6 +181,15 @@
<failOnViolation>true</failOnViolation>
<violationSeverity>warning</violationSeverity>
</configuration>
<executions>
<execution>
<id>checkstyle</id>
<phase>validate</phase>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>