Re: Plugin management dependencies

2010-01-15 Thread Mark Hobson
2010/1/14 Anders Hammar : > Ok, re-reading your question I spotted the issue. pluginManagement doesn't > manage reporting plugins. > Look here for instance: > http://jira.codehaus.org/browse/MNG-3385 Yeah, I was aware of that thanks, so I guess it kind of makes sense. It's somewhat misleading as t

Re: Plugin management dependencies

2010-01-14 Thread Anders Hammar
Ok, re-reading your question I spotted the issue. pluginManagement doesn't manage reporting plugins. Look here for instance: http://jira.codehaus.org/browse/MNG-3385 /Anders On Thu, Jan 14, 2010 at 16:19, Mark Hobson wrote: > 2010/1/14 Anders Hammar : > > If you provide your pom (please simplif

Re: Plugin management dependencies

2010-01-14 Thread Mark Hobson
2010/1/14 Anders Hammar : > If you provide your pom (please simplify it to only include the issue) it > will be easier to spot any errors. Sure, here's a pom that causes the problem: http://gist.github.com/277253 The test:checkstyle-resources artifact merely contains a test checkstyle.xml file.

Re: Plugin management dependencies

2010-01-14 Thread Anders Hammar
If you provide your pom (please simplify it to only include the issue) it will be easier to spot any errors. /Anders On Thu, Jan 14, 2010 at 11:45, Mark Hobson wrote: > Hi there, > > Are dependencies defined in pluginManagement meant to work in a > similar fashion as those defined in the regula

Plugin management dependencies

2010-01-14 Thread Mark Hobson
Hi there, Are dependencies defined in pluginManagement meant to work in a similar fashion as those defined in the regular plugins block? For example, consider the common use case of supplying a custom checkstyle config via a dependency as described at the end of: http://maven.apache.org/plugins/