File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed
Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 180180 <groupId >org.apache.rat</groupId >
181181 <artifactId >apache-rat-plugin</artifactId >
182182 <configuration >
183- <excludes >
184- <exclude >.asf.yaml</exclude >
185- <exclude >site-content/**/*</exclude >
186- <exclude >src/test/resources/org/apache/commons/collections4/data/test/*</exclude >
187- </excludes >
183+ <inputExcludes >
184+ <inputExclude >.asf.yaml</inputExclude >
185+ <inputExclude >site-content/**/*</inputExclude >
186+ <inputExclude >src/test/resources/org/apache/commons/collections4/data/test/*</inputExclude >
187+ </inputExcludes >
188188 </configuration >
189189 </plugin >
190190 <plugin >
272272 <groupId >org.apache.rat</groupId >
273273 <artifactId >apache-rat-plugin</artifactId >
274274 <configuration >
275- <excludes >
276- <exclude >.asf.yaml</exclude >
277- <exclude >site-content/**/*</exclude >
278- <exclude >src/test/resources/org/apache/commons/collections4/data/test/*</exclude >
279- </excludes >
275+ <inputExcludes >
276+ <inputExclude >.asf.yaml</inputExclude >
277+ <inputExclude >site-content/**/*</inputExclude >
278+ <inputExclude >src/test/resources/org/apache/commons/collections4/data/test/*</inputExclude >
279+ </inputExcludes >
280280 </configuration >
281281 </plugin >
282282 <plugin >
Original file line number Diff line number Diff line change 4040 <action type =" fix" dev =" ggregory" due-to =" Gary Gregory" >Fix SortedProperties.propertyNames() returned an unsorted Enumeration.</action >
4141 <action type =" fix" dev =" ggregory" due-to =" Gary Gregory" >Fix SortedProperties.stringPropertyNames() returned an unsorted Set.</action >
4242 <action type =" fix" dev =" ggregory" due-to =" Gary Gregory" >Fix SortedProperties.forEach() called its consumer out of order.</action >
43+ <action type =" fix" dev =" ggregory" due-to =" Gary Gregory" >Fix Apache RAT plugin console warnings.</action >
4344 <!-- ADD -->
4445 <action type =" add" dev =" ggregory" due-to =" Gary Gregory" >Add generics to UnmodifiableIterator for the wrapped type.</action >
4546 <!-- UPDATE -->
You can’t perform that action at this time.
0 commit comments