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>
                <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


--
Dennis Lundberg

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

Reply via email to