NIFI-13310 merged RAT declarations

Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #8916.
This commit is contained in:
Joseph Witt 2024-06-03 15:52:25 -07:00 committed by Pierre Villard
parent e142341ceb
commit 1c0297bba2
No known key found for this signature in database
GPG Key ID: F92A93B30C07C6D5
1 changed files with 0 additions and 13 deletions

View File

@ -200,22 +200,9 @@ language governing permissions and limitations under the License. -->
<exclude>nbactions.xml</exclude>
<exclude>src/main/frontend/package.json</exclude>
<exclude>src/main/frontend/package-lock.json</exclude>
<exclude>src/main/webapp/js/jquery/jquery.base64.js</exclude>
<exclude>src/main/webapp/js/codemirror/</exclude>
<exclude>src/main/webapp/fonts/**/*</exclude>
</excludes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<configuration>
<excludes combine.children="append">
<exclude>src/main/frontend/package.json</exclude>
<exclude>src/main/frontend/package-lock.json</exclude>
<exclude>src/main/webapp/css/main.css</exclude>
<exclude>src/main/webapp/js/js-beautify/*</exclude>
<exclude>src/main/webapp/js/codemirror/</exclude>
<exclude>src/main/webapp/fonts/**/*</exclude>
</excludes>
</configuration>