From 7f457e697e08cbea1d68feab936f4b7c4d0575e5 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Sat, 22 Oct 2011 20:20:01 +0000 Subject: [PATCH] [SQOOP-372] License Audit configure the maven rat plugin to be part of the lifecycle. It doesn't complain :-) git-svn-id: https://svn.apache.org/repos/asf/incubator/sqoop/trunk@1187769 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 204071ba..d79103ba 100644 --- a/pom.xml +++ b/pom.xml @@ -335,6 +335,32 @@ limitations under the License. + + org.apache.rat + apache-rat-plugin + 0.7 + + + .gitignore + DEPENDENCIES + README.txt + *.sh + .git/** + .idea/** + **/.gitattributes + testdata/hive/scripts/** + + + + + rat-check + + check + + verify + + + org.codehaus.mojo exec-maven-plugin @@ -485,7 +511,7 @@ limitations under the License. - +