Update checkstyle version and config in reporting
This commit is contained in:
parent
f57b937cdd
commit
c144f397fd
3
pom.xml
3
pom.xml
|
@ -1241,9 +1241,10 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-checkstyle-plugin</artifactId>
|
<artifactId>maven-checkstyle-plugin</artifactId>
|
||||||
<version>2.16</version>
|
<version>2.17</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<configLocation>${activemq.basedir}/etc/checkstyle.xml</configLocation>
|
<configLocation>${activemq.basedir}/etc/checkstyle.xml</configLocation>
|
||||||
|
<suppressionsLocation>${activemq.basedir}/etc/checkstyle-suppressions.xml</suppressionsLocation>
|
||||||
<failsOnError>false</failsOnError>
|
<failsOnError>false</failsOnError>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
Loading…
Reference in New Issue