Skip to content

Commit f634a6d

Browse files
committed
Fix Apache RAT plugin console warnings
1 parent a4c6ad0 commit f634a6d

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -229,12 +229,12 @@
229229
<groupId>org.apache.rat</groupId>
230230
<artifactId>apache-rat-plugin</artifactId>
231231
<configuration>
232-
<excludes>
233-
<exclude>site-content/**</exclude>
234-
<exclude>src/site/resources/download_release-plugin.cgi</exclude>
235-
<exclude>src/test/resources/mojos/detach-distributions/target/commons-text-1.4*.asc</exclude>
236-
<exclude>src/site/resources/release-notes/RELEASE-NOTES-*.txt</exclude>
237-
</excludes>
232+
<inputExcludes>
233+
<inputExclude>site-content/**</inputExclude>
234+
<inputExclude>src/site/resources/download_release-plugin.cgi</inputExclude>
235+
<inputExclude>src/test/resources/mojos/detach-distributions/target/commons-text-1.4*.asc</inputExclude>
236+
<inputExclude>src/site/resources/release-notes/RELEASE-NOTES-*.txt</inputExclude>
237+
</inputExcludes>
238238
</configuration>
239239
</plugin>
240240
<plugin>

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<body>
2727
<release version="1.9.2" date="YYYY-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required.">
2828
<!-- FIX -->
29+
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fix Apache RAT plugin console warnings.</action>
2930
<!-- ADD -->
3031
<!-- UPDATE -->
3132
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 85 to 93 #396, #399, #419, #420.</action>

0 commit comments

Comments
 (0)