I have the following in my <reporting> element:

<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-pmd-plugin</artifactId>
  <version>2.4</version>
  <configuration>
    <targetJdk>1.6</targetJdk>
    <linkXref>true</linkXref>
    <sourceEncoding>utf-8</sourceEncoding>
    <minimumTokens>100</minimumTokens>
  </configuration>
</plugin>

I get the pmd report and the cpd.xml file is generated, but the cpd.html file 
lists no duplicate code, which is not correct.

Any ideas?

I have no other references in my POM to this plugin.

-K
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to