Skip to content

Commit a5d419a

Browse files
committed
Fix Apache RAT plugin console warnings
1 parent a42411c commit a5d419a

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

pom.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -152,12 +152,12 @@ limitations under the License.
152152
<groupId>org.apache.rat</groupId>
153153
<artifactId>apache-rat-plugin</artifactId>
154154
<configuration>
155-
<excludes>
156-
<exclude>src/test/resources/org/apache/commons/codec/bla.tar</exclude>
157-
<exclude>src/test/resources/org/apache/commons/codec/bla.tar.xz</exclude>
158-
<exclude>src/test/resources/org/apache/commons/codec/empty.bin</exclude>
159-
<exclude>src/test/resources/org/apache/commons/codec/small.bin</exclude>
160-
</excludes>
155+
<inputExcludes>
156+
<inputExclude>src/test/resources/org/apache/commons/codec/bla.tar</inputExclude>
157+
<inputExclude>src/test/resources/org/apache/commons/codec/bla.tar.xz</inputExclude>
158+
<inputExclude>src/test/resources/org/apache/commons/codec/empty.bin</inputExclude>
159+
<inputExclude>src/test/resources/org/apache/commons/codec/small.bin</inputExclude>
160+
</inputExcludes>
161161
</configuration>
162162
</plugin>
163163
<!-- Add Java 9 Automatic-Module-Name -->
@@ -225,12 +225,12 @@ limitations under the License.
225225
<groupId>org.apache.rat</groupId>
226226
<artifactId>apache-rat-plugin</artifactId>
227227
<configuration>
228-
<excludes>
229-
<exclude>src/test/resources/org/apache/commons/codec/bla.tar</exclude>
230-
<exclude>src/test/resources/org/apache/commons/codec/bla.tar.xz</exclude>
231-
<exclude>src/test/resources/org/apache/commons/codec/empty.bin</exclude>
232-
<exclude>src/test/resources/org/apache/commons/codec/small.bin</exclude>
233-
</excludes>
228+
<inputExcludes>
229+
<inputExclude>src/test/resources/org/apache/commons/codec/bla.tar</inputExclude>
230+
<inputExclude>src/test/resources/org/apache/commons/codec/bla.tar.xz</inputExclude>
231+
<inputExclude>src/test/resources/org/apache/commons/codec/empty.bin</inputExclude>
232+
<inputExclude>src/test/resources/org/apache/commons/codec/small.bin</inputExclude>
233+
</inputExcludes>
234234
</configuration>
235235
</plugin>
236236
<plugin>

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ The <action> type attribute can be add,update,fix,remove.
4646
<release version="1.20.1" date="YYYY-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required.">
4747
<!-- FIX -->
4848
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fix oak leaf icon references in overview.html when running `mvn clean javadoc:javadoc`.</action>
49+
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fix Apache RAT plugin console warnings.</action>
4950
<!-- ADD -->
5051
<!-- UPDATE -->
5152
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 91 to 93 #415, #418.</action>

0 commit comments

Comments
 (0)