Skip to content

Commit 753dcf8

Browse files
committed
Fix Apache RAT plugin console warnings
1 parent 3b9366a commit 753dcf8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,9 @@ limitations under the License.
203203
<groupId>org.apache.rat</groupId>
204204
<artifactId>apache-rat-plugin</artifactId>
205205
<configuration>
206-
<excludes>
207-
<exclude>src/test/resources/eml/*.eml</exclude>
208-
</excludes>
206+
<inputExcludes>
207+
<inputExclude>src/test/resources/eml/*.eml</inputExclude>
208+
</inputExcludes>
209209
</configuration>
210210
</plugin>
211211
</plugins>

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
<action type="fix" dev="ggregory" due-to="Gary Gregory">Calling org.apache.commons.exec.ExecuteWatchdog.Builder.setThreadFactory(ThreadFactory) with null now resets to the default java.util.concurrent.Executors.defaultThreadFactory().</action>
3434
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fix Checkstyle issues.</action>
3535
<action type="fix" dev="ggregory" due-to="Xin Wang, Sebb, Gary Gregory">Fix StringUtils.quoteArgument(String) when input contains single and double quotes #309.</action>
36+
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fix Apache RAT plugin console warnings.</action>
3637
<!-- ADD -->
3738
<action type="add" dev="ggregory" due-to="Gary Gregory">TimeoutObserver now extends Consumer&lt;Watchdog&gt;.</action>
3839
<action type="add" dev="ggregory" due-to="Gary Gregory">Add org.apache.commons.exec.Watchdog.getTimeout().</action>

0 commit comments

Comments
 (0)