mirror of https://github.com/apache/nifi.git
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:
parent
f5479428e5
commit
7678dd907b
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue