From 33eaa4f63332581fb96585b512006adfed3f0092 Mon Sep 17 00:00:00 2001 From: Hugo Trippaers Date: Wed, 22 Jan 2014 10:29:07 +0100 Subject: [PATCH] Add a profile that disables checkstyle completely for the project. Activate this profile in your IDE if you're having problems with checkstyle when switching branches. Please ensure that you at least compile once with checkstyle enabled before committing. --- pom.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/pom.xml b/pom.xml index f6f04d460cb..db88fe9adc4 100644 --- a/pom.xml +++ b/pom.xml @@ -851,5 +851,23 @@ vmware-base + + disablecheckstyle + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + + cloudstack-checkstyle + none + true + + + + + +