File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments