Checkstyle configuration for Maven projects?

2011-09-29 Thread Antonio Petrelli
HI all I need to create a patch for a plugin and I need to follow code conventions. Is there any Checkstyle configuration file for Maven projects and plugins that can be used? I noticed that here: http://maven.apache.org/developers/conventions/code.html only formatters for IDEs are present

Re: Checkstyle configuration for Maven projects?

2011-09-29 Thread Brett Porter
It's built in to the check style plugin - maven_checks.xml On 29/09/2011, at 6:03 PM, Antonio Petrelli wrote: HI all I need to create a patch for a plugin and I need to follow code conventions. Is there any Checkstyle configuration file for Maven projects and plugins that can be used? I

Re: Checkstyle configuration for Maven projects?

2011-09-29 Thread Antonio Petrelli
2011/9/29 Brett Porter br...@apache.org It's built in to the check style plugin - maven_checks.xml Oh my, this is the plugin I'm willing to patch. How stupid am I... Thanks Brett