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>
<artifactId>maven-pmd-plugin</artifactId>
<configuration>
<targetJdk>1.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]