From e9e52dfaca9b6b8558036830de2a8b4a282d385f Mon Sep 17 00:00:00 2001 From: "Gary D. Gregory" Date: Mon, 8 Apr 2013 20:40:45 +0000 Subject: [PATCH] Use 2.9.1 instead of 2.10; 2.10 seems to scan the 'target' dir and wants license headers in .properties to be the header for Java files. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1465773 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 834ecfb9..d88868f8 100644 --- a/pom.xml +++ b/pom.xml @@ -150,12 +150,23 @@ CSV files of various types. org.apache.maven.plugins maven-checkstyle-plugin - 2.10 + + 2.9.1 ${basedir}/checkstyle.xml false ${basedir}/LICENSE-header.txt + + + + + checkstyle + + + org.apache.maven.plugins