From ae292cd1ad920f2453be2ee77c925af307535a73 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Wed, 20 Jan 2016 16:59:53 +0000 Subject: [PATCH] Exclude checkstyle from Eclipse build --- pom.xml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/pom.xml b/pom.xml index a4f6b471..0d6ab248 100644 --- a/pom.xml +++ b/pom.xml @@ -81,6 +81,43 @@ limitations under the License. 3.0.0 + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + org.apache.maven.plugins + + + maven-checkstyle-plugin + + + [2.17,) + + + check + + + + + + + + + + + + +