Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ Version 15 - changes since 14
maven-jxr-plugin removed
maven-surefire-report-plugin removed
removed reporting section and report plugin version declarations
apache-rat-plugin 0.14 -> 0.17

Version 14 - changes since 13
=====================================
Expand Down Expand Up @@ -512,16 +513,17 @@ Fixed JIRA link
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<version>0.17</version>
<!-- Should agree with config in reporting section -->
<configuration>
<!--
If you wish to override this list in the component (child) pom, ensure you use
<excludes combine.children="merge">
so that the child pom entries replace the parent entries
-->
<excludes combine.children="append">
<exclude>.pmd</exclude>
</excludes>
<inputExcludes combine.children="append">
<inputExclude>.pmd</inputExclude>
</inputExcludes>
</configuration>
</plugin>
<plugin>
Expand Down