PluginManagement and reporting configuration

2007-12-12 Thread Arnaud Bailly

Hello,
While using the PMD plugin, I ran into an annoying problem, or maybe I
misunderstood something with maven. I want to configure pmd to use Java1.5
so I did:
   build
pluginManagement
plugins
plugin
artifactIdmaven-pmd-plugin/artifactId
configuration
targetJdk1.5/targetJdk
/configuration
/plugin

The configuration is correctly injected in the build plugins, but not in the
reporting plugins. Is this normal ? 

Best regards,

Arnaud Bailly
-- 
View this message in context: 
http://www.nabble.com/PluginManagement-and-reporting-configuration-tp14295439s177p14295439.html
Sent from the Maven - Users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: PluginManagement and reporting configuration

2007-12-12 Thread Dennis Lundberg
Unfortunately build/pluginManagement only works for build plugins 
and not for reporting plugins.


See http://jira.codehaus.org/browse/MNG-1931

Arnaud Bailly wrote:

Hello,
While using the PMD plugin, I ran into an annoying problem, or maybe I
misunderstood something with maven. I want to configure pmd to use Java1.5
so I did:
   build
pluginManagement
plugins
plugin
artifactIdmaven-pmd-plugin/artifactId
configuration
targetJdk1.5/targetJdk
/configuration
/plugin

The configuration is correctly injected in the build plugins, but not in the
reporting plugins. Is this normal ? 


Best regards,

Arnaud Bailly



--
Dennis Lundberg

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: PluginManagement and reporting configuration

2007-12-12 Thread Insitu
Dennis Lundberg [EMAIL PROTECTED] writes:

 Unfortunately build/pluginManagement only works for build plugins
 and not for reporting plugins.

 See http://jira.codehaus.org/browse/MNG-1931


Thanks Dennis for your quick answer. The issue is quite old indeed :)
and I should have ran into it earlier. 

Regards,
-- 
Arnaud Bailly, PhD
OQube - Software Engineering
http://www.oqube.com


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]