[jira] Subscription: Design & Best Practices

2011-09-29 Thread jira
Issue Subscription Filter: Design & Best Practices (24 issues) Subscriber: mavendevlist Key Summary MNG-2184Possible problem with @aggregator and forked lifecycles https://jira.codehaus.org/browse/MNG-2184 MNG-612 implement conflict resolution techniques

[RESULT][VOTE] Release Apache Maven Wagon 2.0

2011-09-29 Thread Olivier Lamy
Hello, The vote has passed with the following result : +1 (binding) : Mark Struberg, Kristian Rosenvold, Emmanuel Venisse, Hervé Boutemy, Vincent Siveton, Olivier Lamy +1 (non binding) : Lukas Theussl, Tamás Cservenák, Tony Chemit, Robert Scholte I will continue the release process. Thanks ! --

[MNG-1977] Global dependency exclusions

2011-09-29 Thread Jean-Noël Rouvignac
Hello, I commented on http://jira.codehaus.org/browse/MNG-1977 answering Arnaud Heritier concerns about my proposed patch. Could someone answer my questions please? Thanks, Jean-Noël

Re: svn commit: r1177032 - /maven/plugins/trunk/maven-site-plugin/src/site/apt/examples/sitedescriptor.apt

2011-09-29 Thread Lukas Theussl
Thanks Dennis, that must have been a bad copy&paste from a web page. -Lukas On 09/28/2011 09:55 PM, denn...@apache.org wrote: Author: dennisl Date: Wed Sep 28 19:55:13 2011 New Revision: 1177032 URL: http://svn.apache.org/viewvc?rev=1177032&view=rev Log: Fix garbage characters. Modified:

Re: Checkstyle configuration for Maven projects?

2011-09-29 Thread Antonio Petrelli
2011/9/29 Brett Porter > 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

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

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, not Che