Update maven-checkstyle-plugin to 2.17
This commit is contained in:
parent
a624a818c1
commit
fb56cc7414
2
pom.xml
2
pom.xml
|
@ -1060,7 +1060,7 @@
|
||||||
<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>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<!-- This was initially done to enforce name on Parameter annotation
|
<!-- This was initially done to enforce name on Parameter annotation
|
||||||
I've developed a customized check and I needed this jar to deploy the specialized checkstyle -->
|
I've developed a customized check and I needed this jar to deploy the specialized checkstyle -->
|
||||||
|
|
|
@ -403,7 +403,7 @@
|
||||||
<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>
|
||||||
<skip>true</skip>
|
<skip>true</skip>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
Loading…
Reference in New Issue