plugins updated

pull/1923/head
Nikita Koksharov 6 years ago
parent cd01ebcf30
commit aa6f9fada9

@ -120,7 +120,7 @@
-->
<module name="MethodLength"/>
<module name="ParameterNumber">
<property name="max" value="5"/>
<property name="max" value="10"/>
</module>
<!-- Checks for whitespace -->

@ -323,23 +323,13 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.5</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-eclipse-plugin</artifactId>
<version>2.10</version>
<configuration>
<downloadSources>true</downloadSources>
<forceRecheck>true</forceRecheck>
</configuration>
<version>2.7</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
<version>3.9.0</version>
<version>3.11.0</version>
<executions>
<execution>
<phase>verify</phase>
@ -370,10 +360,18 @@
</execution>
</executions>
<configuration>
<includes>**/org/redisson/api/**/*.java</includes>
<consoleOutput>true</consoleOutput>
<enableRSS>false</enableRSS>
<configLocation>/checkstyle.xml</configLocation>
</configuration>
<dependencies>
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>8.17</version>
</dependency>
</dependencies>
</plugin>
<plugin>

Loading…
Cancel
Save