Skip to content

Commit 6b5f608

Browse files
committed
Fix up clirr and checkstyle versions
Add RAT excludes git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1300304 13f79535-47bb-0310-9956-ffa450edef68
1 parent 6cb913d commit 6b5f608

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

pom.xml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,8 @@
233233
<commons.release.2.desc>(requires JDK 1.3+)</commons.release.2.desc>
234234
<commons.jira.id>IO</commons.jira.id>
235235
<commons.jira.pid>12310477</commons.jira.pid>
236+
<!-- temporary override of parent -->
237+
<commons.clirr.version>2.4</commons.clirr.version>
236238
</properties>
237239

238240
<build>
@@ -275,7 +277,7 @@
275277
<plugin>
276278
<groupId>org.apache.maven.plugins</groupId>
277279
<artifactId>maven-checkstyle-plugin</artifactId>
278-
<version>2.9</version>
280+
<version>2.9.1</version>
279281
<configuration>
280282
<configLocation>${basedir}/checkstyle.xml</configLocation>
281283
<enableRulesSummary>false</enableRulesSummary>
@@ -316,6 +318,16 @@
316318
</reportSet>
317319
</reportSets>
318320
</plugin>
321+
<plugin>
322+
<groupId>org.apache.rat</groupId>
323+
<artifactId>apache-rat-plugin</artifactId>
324+
<configuration>
325+
<excludes>
326+
<exclude>src/test/resources/**/*.bin</exclude>
327+
<exclude>.pmd</exclude>
328+
</excludes>
329+
</configuration>
330+
</plugin>
319331
</plugins>
320332
</reporting>
321333
</project>

0 commit comments

Comments
 (0)