From 81a42b95917f94a82bd0b45bff1fcb0d79111d5b Mon Sep 17 00:00:00 2001 From: Prasanna Santhanam Date: Thu, 7 Mar 2013 14:20:06 +0530 Subject: [PATCH] rat check: exclude the WEB-INF directories in check WEB-INF directories will carry generated code so exclude them. Signed-off-by: Prasanna Santhanam --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index c10297a3e81..9b72fb77f3c 100644 --- a/pom.xml +++ b/pom.xml @@ -346,6 +346,7 @@ **/.classpath **/.project **/*.iml + **/WEB-INF/** **/.settings/** .metadata/** .git/**