From 67a0498b7ecf3df898982578fa1995d70f3546d1 Mon Sep 17 00:00:00 2001 From: Andrew Phillips Date: Sun, 5 Oct 2014 15:02:22 -0500 Subject: [PATCH] Overriding checkstyle-plugin config in jclouds-resources Otherwise, fails with a self-dependency --- project/pom.xml | 2 -- resources/pom.xml | 12 ++++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/project/pom.xml b/project/pom.xml index 52cbfed35e..c5e6693abe 100644 --- a/project/pom.xml +++ b/project/pom.xml @@ -1112,8 +1112,6 @@ true true true - - checkstyle.xml warning diff --git a/resources/pom.xml b/resources/pom.xml index 6282650958..a133e0c738 100644 --- a/resources/pom.xml +++ b/resources/pom.xml @@ -42,6 +42,18 @@ + + maven-checkstyle-plugin + + checkstyle.xml + true + true + true + + checkstyle.xml + warning + + org.gaul modernizer-maven-plugin