Skip to content

Commit fa7a253

Browse files
committed
Fix Apache RAT plugin console warnings
1 parent 05a02e1 commit fa7a253

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -139,14 +139,14 @@
139139
<groupId>org.apache.rat</groupId>
140140
<artifactId>apache-rat-plugin</artifactId>
141141
<configuration>
142-
<excludes>
143-
<exclude>site-content/**</exclude>
144-
<exclude>src/site/resources/download_text.cgi</exclude>
145-
<exclude>src/site/resources/release-notes/RELEASE-NOTES-*.txt</exclude>
146-
<exclude>src/test/resources/org/apache/commons/text/stringEscapeUtilsTestData.txt</exclude>
147-
<exclude>src/test/resources/org/apache/commons/text/lcs-perf-analysis-inputs.csv</exclude>
148-
<exclude>src/test/resources/org/apache/commons/text/oss-fuzz/**</exclude>
149-
</excludes>
142+
<inputExcludes>
143+
<inputExclude>site-content/**</inputExclude>
144+
<inputExclude>src/site/resources/download_text.cgi</inputExclude>
145+
<inputExclude>src/site/resources/release-notes/RELEASE-NOTES-*.txt</inputExclude>
146+
<inputExclude>src/test/resources/org/apache/commons/text/stringEscapeUtilsTestData.txt</inputExclude>
147+
<inputExclude>src/test/resources/org/apache/commons/text/lcs-perf-analysis-inputs.csv</inputExclude>
148+
<inputExclude>src/test/resources/org/apache/commons/text/oss-fuzz/**</inputExclude>
149+
</inputExcludes>
150150
</configuration>
151151
</plugin><!-- override skip property of parent pom -->
152152
<plugin>

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ The <action> type attribute can be add,update,fix,remove.
5050
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fix exception message typo in XmlStringLookup.XmlStringLookup(Map, Path...).</action>
5151
<action type="fix" dev="ggregory" due-to="Pierre Post, Sumit Bera, Alex Herbert, Gary Gregory" issue="TEXT-236">Inserting at the end of a TextStringBuilder throws a StringIndexOutOfBoundsException.</action>
5252
<action type="fix" dev="ggregory" due-to="Michael Hausegger">Fix TextStringBuilderTest.testAppendToCharBuffer() to use proper argument type #724.</action>
53+
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fix Apache RAT plugin console warnings.</action>
5354
<!-- ADD -->
5455
<action type="add" dev="ggregory" due-to="Piotr P. Karwasz, Gary Gregory">Add experimental CycloneDX VEX file #683.</action>
5556
<action type="add" dev="ggregory" due-to="LorgeN, Gary Gregory" issue="TEXT-235">Add Damerau-Levenshtein distance #687.</action>

0 commit comments

Comments
 (0)