Maven Jar Signer Timestamp authority option

2011-05-14 Thread Dahanne, Anthony
Hello everyone, Last week , I asked a question about the maven jar signer on the users mailing list; more precisely, I was asking if there was a way to sign using a timestamp authority, as it has been added to the JDK jarsigner tool since version 5.0 by Sun/Oracle. http://maven.40175.n5.nabble

Re: Checkstyle config for Maven code style

2011-05-14 Thread Simone Tripodi
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

Re: Checkstyle config for Maven code style

2011-05-14 Thread Olivier Lamy
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é, > 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 >

Re: Checkstyle config for Maven code style

2011-05-14 Thread Simone Tripodi
Salut Hervé, 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, Sim

Re: Checkstyle config for Maven code style

2011-05-14 Thread Hervé BOUTEMY
Hi Simone, IDE configurations are available at [1]. Checkstyle as a pom configuration is config/maven_checks.xml: see plugin documentation [2] or Maven parent pom content [3]. Regards, Hervé [1] http://maven.apache.org/developers/conventions/code.html [2] http://maven.apache.org/plugins/maven-

Checkstyle config for Maven code style

2011-05-14 Thread Simone Tripodi
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/conv

Re: Plugin dependencies bug

2011-05-14 Thread Barrie Treloar
On Sat, May 14, 2011 at 6:43 AM, Richard Vowles wrote: > On Sat, May 14, 2011 at 12:08 AM, Barrie Treloar wrote: > >> > > I can hack your pom to get it to work by forcing the dependency via: >>   >>     >>       >>        org.codehaus.groovy >>        groovy-all >>        1.7.10 >>       >>     >