From 3e1bd1c64cefc36544f52dc7cf577da3f7f5ac28 Mon Sep 17 00:00:00 2001 From: Alexey Kudinkin Date: Tue, 2 Nov 2021 15:08:45 -0700 Subject: [PATCH] Fixed RAT config for "hudi-utilities-bundle" to ignore transient build-bound artifiacts --- packaging/hudi-utilities-bundle/pom.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/packaging/hudi-utilities-bundle/pom.xml b/packaging/hudi-utilities-bundle/pom.xml index be65ead9b96d4..63b3b7da8a4bd 100644 --- a/packaging/hudi-utilities-bundle/pom.xml +++ b/packaging/hudi-utilities-bundle/pom.xml @@ -36,6 +36,28 @@ org.apache.rat apache-rat-plugin + + false + 0 + + NOTICE + DISCLAIMER + **/.* + **/*.json + **/*.log + **/*.sqltemplate + **/compose_env + **/*NOTICE* + **/*LICENSE* + **/dependency-reduced-pom.xml + **/test/resources/*.data + **/test/resources/*.commit + **/target/** + **/generated-sources/** + .github/** + **/*.sql + + org.apache.maven.plugins