Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A55BD10AF0 for ; Fri, 17 Jan 2014 22:41:36 +0000 (UTC) Received: (qmail 1515 invoked by uid 500); 17 Jan 2014 22:40:27 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 605 invoked by uid 500); 17 Jan 2014 22:40:07 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 512 invoked by uid 99); 17 Jan 2014 22:40:04 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Jan 2014 22:40:04 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 12FCF379AE; Fri, 17 Jan 2014 22:40:04 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mchen@apache.org To: commits@cloudstack.apache.org Date: Fri, 17 Jan 2014 22:40:16 -0000 Message-Id: <0ea9ef9a82d64bd6a96312d898b859c3@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [14/50] [abbrv] git commit: updated refs/heads/rbac to 929fbab Shave another few seconds of the build time by disabling the checkstyle run in the main pom. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/25ae91da Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/25ae91da Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/25ae91da Branch: refs/heads/rbac Commit: 25ae91da10c04923ba3f23975d8bfff30919d102 Parents: 59a46ea Author: Hugo Trippaers Authored: Wed Jan 15 09:48:59 2014 +0100 Committer: Hugo Trippaers Committed: Wed Jan 15 09:49:57 2014 +0100 ---------------------------------------------------------------------- pom.xml | 65 +++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 36 insertions(+), 29 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/25ae91da/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c661d31..85cfb89 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