diff --git a/.gitignore b/.gitignore
index e7c8998579..30f07e74b8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-target/
+**/target/**
.project
.classpath
.settings/
@@ -14,3 +14,4 @@ target/
.factorypath
.checkstyle
.vscode/
+repo/
diff --git a/pom.xml b/pom.xml
index 53c9fd51a8..ad3df8cbf7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -583,25 +583,6 @@ under the License.
buildnumber-maven-plugin
1.4
-
- org.apache.rat
- apache-rat-plugin
-
-
- **/.gitattributes
- src/test/resources*/**
- src/test/projects/**
- src/test/remote-repo/**
- **/*.odg
-
- src/main/appended-resources/licenses/EPL-1.0.txt
- src/main/appended-resources/licenses/unrecognized-aopalliance-1.0.txt
- src/main/appended-resources/licenses/unrecognized-javax.annotation-api-1.3.2.txt
-
-
-
org.eclipse.m2e
@@ -668,13 +649,28 @@ under the License.
org.apache.rat
apache-rat-plugin
-
-
- bootstrap/**
- README.bootstrap.txt
- README.md
-
-
+
+
+ rat-check
+ false
+
+
+ **/.gitattributes
+ src/test/resources*/**
+ src/test/projects/**
+ src/test/remote-repo/**
+ **/*.odg
+ .asf.yaml
+
+ src/main/appended-resources/licenses/EPL-1.0.txt
+ src/main/appended-resources/licenses/unrecognized-aopalliance-1.0.txt
+ src/main/appended-resources/licenses/unrecognized-javax.annotation-api-1.3.2.txt
+
+
+
+
org.apache.maven.plugins