diff --git a/.gitignore b/.gitignore index 69c3758e8ae0..b630410a53e8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -target/ +**/target/** .project .classpath .settings/ @@ -14,3 +14,4 @@ target/ .checkstyle .factorypath .vscode/ +repo/ diff --git a/maven-bom/pom.xml b/maven-bom/pom.xml index 257eac644a4b..ac7a6faa6780 100644 --- a/maven-bom/pom.xml +++ b/maven-bom/pom.xml @@ -160,6 +160,16 @@ under the License. ${project.distributionManagement.site.url}/.. + + org.apache.rat + apache-rat-plugin + + + rat-check + none + + + diff --git a/pom.xml b/pom.xml index 950f3f903400..a7a5c65afa98 100644 --- a/pom.xml +++ b/pom.xml @@ -573,27 +573,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/MIT-slf4j-api-1.7.30.txt - 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 - plexus-utils/target/** - - - @@ -635,14 +614,29 @@ under the License. org.apache.rat apache-rat-plugin - - - bootstrap/** - README.bootstrap.txt - README.md - **/.factorypath - - + + + rat-check + false + + + **/.gitattributes + src/test/resources*/** + src/test/projects/** + src/test/remote-repo/** + **/*.odg + .asf.yaml + + src/main/appended-resources/licenses/MIT-slf4j-api-1.7.30.txt + 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