Return-Path: X-Original-To: apmail-camel-dev-archive@www.apache.org Delivered-To: apmail-camel-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 467BD10D23 for ; Wed, 28 May 2014 11:09:24 +0000 (UTC) Received: (qmail 47017 invoked by uid 500); 28 May 2014 11:09:24 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 46970 invoked by uid 500); 28 May 2014 11:09:24 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 46962 invoked by uid 99); 28 May 2014 11:09:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 May 2014 11:09:24 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of elakito@gmail.com designates 209.85.212.171 as permitted sender) Received: from [209.85.212.171] (HELO mail-wi0-f171.google.com) (209.85.212.171) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 May 2014 11:09:18 +0000 Received: by mail-wi0-f171.google.com with SMTP id cc10so3486763wib.4 for ; Wed, 28 May 2014 04:08:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=uo8BRb/AUi/tbU3gXpSyUVhF7OF/f+9FC5uK9UGyneI=; b=O0FQ1TlC791GKmW5WPl/Gdu6y5Lp0paO8h9F1d5XbkwE/f+PwlJD8rvMp4T8O5OeGi FPGMImPROrgzaAcfStNYo5zqE162pLseZPifvRuP1F2HRujFVdIE0m7/GAtk8hvqbP8H Q9pzTwMDbjW/5S1srIf5Vhdx3CvB1FKsMBRNO7//BYxVUqwVVxSsrXyf+wMDOqltANQV QKWS7bnhXStZGfvcpBJ2EIDLPjsl+tuIqBy9kNcGDZHzdKMGz6oWNOFcytXDNIRXcKMU 4yLRKIqjtin/YHpI+vSbGGi9K1JSnwRPoHEyuYtvWa9Kj9TbHLQVhxhNeFEeWM9fUFr0 5itA== MIME-Version: 1.0 X-Received: by 10.194.157.68 with SMTP id wk4mr51259385wjb.42.1401275335414; Wed, 28 May 2014 04:08:55 -0700 (PDT) Received: by 10.194.92.207 with HTTP; Wed, 28 May 2014 04:08:55 -0700 (PDT) Date: Wed, 28 May 2014 13:08:55 +0200 Message-ID: Subject: checkstyle From: Aki Yoshida To: dev@camel.apache.org Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Hi, I saw Willem fixing some of my checkstyle violation (Thanks Willem) and realized belately that the checkstyle is not active by default in camel when doing mvn clean install. I thought that the checkstyle was enabled as in cxf by default. When I ran mvn -Psourcecheck, I saw some additional checkstyle violation from my yesterday's commit. I'll fix these now. But I wanted to ask if this default deactivation of stylecheck intended? I personally think it would be better to have the stylecheck activated for the default install. I see some other people also committing violating code. So at least, this current default build behavior is not known to everyone and I thought I should bring it up. regards, aki