From 25ae91da10c04923ba3f23975d8bfff30919d102 Mon Sep 17 00:00:00 2001 From: Hugo Trippaers Date: Wed, 15 Jan 2014 09:48:59 +0100 Subject: [PATCH] Shave another few seconds of the build time by disabling the checkstyle run in the main pom. --- pom.xml | 65 ++++++++++++++++++++++++++++++++------------------------- 1 file changed, 36 insertions(+), 29 deletions(-) diff --git a/pom.xml b/pom.xml index c661d31da6e..85cfb899fd0 100644 --- a/pom.xml +++ b/pom.xml @@ -448,40 +448,47 @@ org.apache.maven.plugins maven-checkstyle-plugin + + + cloudstack-checkstyle + none + false + + - - org.apache.maven.plugins - maven-checkstyle-plugin + + org.apache.maven.plugins + maven-checkstyle-plugin ${cs.checkstyle.version} - - - org.apache.cloudstack - checkstyle - ${project.version} - - - - - - validate - - check - - - - - true - cloud-style.xml - true - true - ${project.basedir} - **\/*.java - **\/deps\/,**\/test\/,**\/target\/,**\/bin\/,**\/*.xml,**\/*.ini,**\/*.sh,**\/*.bat,**\/awsapi\/,**\/XenServerJava\/,**\/apidoc\/ - - + + + org.apache.cloudstack + checkstyle + ${project.version} + + + + + cloudstack-checkstyle + validate + + check + + + + + true + cloud-style.xml + true + true + ${project.basedir} + **\/*.java + **\/deps\/,**\/test\/,**\/target\/,**\/bin\/,**\/*.xml,**\/*.ini,**\/*.sh,**\/*.bat,**\/awsapi\/,**\/XenServerJava\/,**\/apidoc\/ + + maven-clean-plugin