2010/1/14 Anders Hammar <[email protected]>: > 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 the following works: http://gist.github.com/277963 So the plugin block inherits the pluginManagement block, then the reporting plugin block inherits the plugin's inherited dependencies. I know the reporting part of the pom is all a bit screwed at the moment anyhow, so no big deal, just a bit of a gotcha. From what I gather, Maven 3 is aiming to remove the special-casing of reporting plugins and allow them to be implemented as regular plugins, hence abiding by the normal rules, which should resolve this in the long run. Cheers, Mark --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
