From 672efa8cccf7feefe6e315cf264b9f98cb4b1b98 Mon Sep 17 00:00:00 2001
From: David Li
Date: Tue, 3 Dec 2024 00:39:45 -0500
Subject: [PATCH] GH-436: Remove Maven RAT check in favor of pre-commit check
Fixes #436.
---
pom.xml | 71 ---------------------------------------------------------
1 file changed, 71 deletions(-)
diff --git a/pom.xml b/pom.xml
index f2c8d8f1f6..82ac714a9a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -397,19 +397,6 @@ under the License.
-
-
- org.apache.rat
- apache-rat-plugin
- [0.10,)
-
- check
-
-
-
-
-
-
org.apache.maven.plugins
@@ -540,64 +527,6 @@ under the License.
-
- org.apache.rat
- apache-rat-plugin
-
- false
-
- **/dependency-reduced-pom.xml
- **/*.log
- **/*.css
- **/*.js
- **/*.md
- **/*.eps
- **/*.json
- **/*.seq
- **/*.parquet
- **/*.sql
- **/arrow-git.properties
- **/*.csv
- **/*.csvh
- **/*.csvh-test
- **/*.tsv
- **/*.txt
- **/*.ssv
- **/arrow-*.conf
- **/.buildpath
- **/*.proto
- **/*.fmpp
- **/target/**
- **/*.tdd
- **/*.project
- **/TAGS
- **/*.checkstyle
- **/.classpath
- **/.factorypath
- **/.settings/**
- .*/**
- **/*.patch
- **/*.pb.cc
- **/*.pb.h
- **/*.linux
- **/client/build/**
- **/*.tbl
- **/*.iml
- **/flight.properties
- **/*.idea/**
-
-
-
-
- rat-checks
-
- check
-
- validate
-
-
-
-
org.apache.maven.plugins
maven-jar-plugin