Return-Path: X-Original-To: apmail-maven-dev-archive@www.apache.org Delivered-To: apmail-maven-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 ED4CE6171 for ; Sat, 14 May 2011 14:16:51 +0000 (UTC) Received: (qmail 16890 invoked by uid 500); 14 May 2011 14:16:51 -0000 Delivered-To: apmail-maven-dev-archive@maven.apache.org Received: (qmail 16814 invoked by uid 500); 14 May 2011 14:16:51 -0000 Mailing-List: contact dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Developers List" Reply-To: "Maven Developers List" Delivered-To: mailing list dev@maven.apache.org Received: (qmail 16806 invoked by uid 99); 14 May 2011 14:16:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 May 2011 14:16:51 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of simone.tripodi@gmail.com designates 74.125.82.43 as permitted sender) Received: from [74.125.82.43] (HELO mail-ww0-f43.google.com) (74.125.82.43) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 May 2011 14:16:47 +0000 Received: by wwb17 with SMTP id 17so3131223wwb.24 for ; Sat, 14 May 2011 07:16:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; bh=vcCbsJi7Ic9mfffZIrf4gbM1UUnY5Mjd+r88XJQV2ko=; b=CGpklzPGbLDYgVx6xPPWrYjaDvdUSUXyGbIz36zAHmJA6ViZ2wBLZiOmxxJ5ihGoL9 zEXacZgF10vt9Mj02RRJsl4lBAdDvCnIsUU4tuvlW5HkpYhzN4YCMYP1ytEqBq4oPDxB vWfbjvuCviEFmao5oqWfmr9pbxGm6Len0fF8s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=p/4LASHzLXG18bV9QFG6aoOuNUd0TCD0VwUn8S6gciatuGfssnr0lFNQbMOvJFzmRv BhA6u2e8YwYYmm9DVsROA3fbM0jv0ohQyNDixqt7k+iCD7le8xFNxrPplOb0Y0dJJ63K eV7dPWmYsla7H9CkKOipgoFZdkFR27r43+OHw= MIME-Version: 1.0 Received: by 10.227.197.199 with SMTP id el7mr2531750wbb.32.1305382585560; Sat, 14 May 2011 07:16:25 -0700 (PDT) Sender: simone.tripodi@gmail.com Received: by 10.227.68.129 with HTTP; Sat, 14 May 2011 07:16:25 -0700 (PDT) In-Reply-To: References: <201105141531.05255.herve.boutemy@free.fr> Date: Sat, 14 May 2011 16:16:25 +0200 X-Google-Sender-Auth: jzg-tgdZcPhpbobJ7Qf_VxIkp3Q Message-ID: Subject: Re: Checkstyle config for Maven code style From: Simone Tripodi To: Maven Developers List Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Don't worry Olivier, I was already here because I'm not so typical Italian, otherwise I should be still at lunch now :D Merci beaucoup, a bientot! Simo http://people.apache.org/~simonetripodi/ http://www.99soft.org/ On Sat, May 14, 2011 at 3:53 PM, Olivier Lamy wrote: > Hello Simone, > I have answered to you @commons-dev ml. > Sorry for late response, I was on a usually long French lunch :-) > > 2011/5/14 Simone Tripodi : >> Salut Herv=C3=A9, >> thanks for your kind reply!!! What we need is just a maven_checks.xml >> sample for Maven code style, we already set up IDEs, pom and >> reformatted code, now we need to setup the proper config! >> Can you point me please to a checkstyle config? Many thanks in advance! >> Bonne fin de semaine, >> Simo >> >> http://people.apache.org/~simonetripodi/ >> http://www.99soft.org/ >> >> >> >> On Sat, May 14, 2011 at 3:31 PM, Herv=C3=A9 BOUTEMY wrote: >>> Hi Simone, >>> >>> IDE configurations are available at [1]. >>> Checkstyle as a pom configuration is config/maven_checks.xml: see plugi= n >>> documentation [2] or Maven parent pom content [3]. >>> >>> Regards, >>> >>> Herv=C3=A9 >>> >>> [1] http://maven.apache.org/developers/conventions/code.html >>> [2] http://maven.apache.org/plugins/maven-checkstyle-plugin/checkstyle- >>> mojo.html >>> [3] >>> http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?revision=3D1= 100399&view=3Dmarkup >>> >>> Le samedi 14 mai 2011, Simone Tripodi a =C3=A9crit : >>>> Hi all Maven devs, >>>> in Apache Commons OGNL (incubation) we're planning to adopt Maven >>>> conventions for code, can you point me please to a checkstyle >>>> configuration for code style convention described on [1]? >>>> Many thanks in advance, have a nice weekend! >>>> Simo >>>> >>>> [1] http://maven.apache.org/developers/conventions/code.html >>>> >>>> http://people.apache.org/~simonetripodi/ >>>> http://www.99soft.org/ >>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org >>>> For additional commands, e-mail: dev-help@maven.apache.org >>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org >>> For additional commands, e-mail: dev-help@maven.apache.org >>> >>> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org >> For additional commands, e-mail: dev-help@maven.apache.org >> >> > > > > -- > Olivier Lamy > http://twitter.com/olamy > http://www.linkedin.com/in/olamy > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org > For additional commands, e-mail: dev-help@maven.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For additional commands, e-mail: dev-help@maven.apache.org