Skip to content

Commit 4331ab4

Browse files
committed
Fix Apache RAT plugin console warnings
1 parent 22e3ed3 commit 4331ab4

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,12 @@
8585
<groupId>org.apache.rat</groupId>
8686
<artifactId>apache-rat-plugin</artifactId>
8787
<configuration>
88-
<excludes combine.children="append">
88+
<inputExcludes combine.children="append">
8989
<!-- https://jquery.org/license/ specifies this falls under the same licence as the containing project. -->
90-
<exclude>src/main/resources/js/jquery.min.js</exclude>
91-
<exclude>**/*.svg</exclude>
92-
<exclude>**/*.xcf</exclude>
93-
</excludes>
90+
<inputExclude>src/main/resources/js/jquery.min.js</inputExclude>
91+
<inputExclude>**/*.svg</inputExclude>
92+
<inputExclude>**/*.xcf</inputExclude>
93+
</inputExcludes>
9494
</configuration>
9595
</plugin>
9696
</plugins>

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ The <action> type attribute can be add,update,fix,remove.
6161
<release version="5.2.1" date="YYYY-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required.">
6262
<!-- FIX -->
6363
<action type="fix" dev="ggregory" due-to="Gary Gregory">Use HTTPS links in site.vm.</action>
64+
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fix Apache RAT plugin console warnings.</action>
6465
<!-- ADD -->
6566
<!-- UPDATE -->
6667
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-parent from 89 to 93 #249, #251.</action>

0 commit comments

Comments
 (0)