File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 240240 <suppressionsLocation >${basedir} /src/conf/checkstyle-suppressions.xml</suppressionsLocation >
241241 </configuration >
242242 </plugin >
243+ <plugin >
244+ <groupId >org.apache.rat</groupId >
245+ <artifactId >apache-rat-plugin</artifactId >
246+ <version >${commons.rat.version} </version >
247+ <!-- Should agree with config in build section -->
248+ <configuration >
249+ <excludes >
250+ </excludes >
251+ </configuration >
252+ </plugin >
243253 <plugin >
244254 <groupId >org.codehaus.mojo</groupId >
245255 <artifactId >findbugs-maven-plugin</artifactId >
283293 </reportSet >
284294 </reportSets >
285295 </plugin >
296+ <plugin >
297+ <groupId >org.apache.rat</groupId >
298+ <artifactId >apache-rat-plugin</artifactId >
299+ <version >${commons.rat.version} </version >
300+ <!-- Should agree with config in build section -->
301+ <configuration >
302+ <excludes >
303+ </excludes >
304+ </configuration >
305+ </plugin >
286306 <plugin >
287307 <groupId >org.codehaus.mojo</groupId >
288308 <artifactId >findbugs-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments