NIFI-271:

- If a module has custom rat plugin configuration it overrides the global configuration. Need to copy over any required items.
This commit is contained in:
Matt Gilman 2015-04-23 10:17:24 -04:00
parent f5479428e5
commit 7678dd907b
1 changed files with 1 additions and 0 deletions

View File

@ -596,6 +596,7 @@
<artifactId>apache-rat-plugin</artifactId>
<configuration>
<excludes>
<exclude>nbactions.xml</exclude>
<exclude>src/main/webapp/js/json2.js</exclude>
<exclude>src/main/webapp/js/jquery/</exclude>
<exclude>src/main/webapp/js/d3/d3.min.js</exclude>