Skip to content

Commit 61b288e

Browse files
committed
Update pmd plugin version and configuration
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/trunk@1671899 13f79535-47bb-0310-9956-ffa450edef68
1 parent 0a19506 commit 61b288e

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

pom.xml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -266,12 +266,19 @@
266266
</configuration>
267267
</plugin>
268268
<plugin>
269-
<groupId>org.apache.maven.plugins</groupId>
270269
<artifactId>maven-pmd-plugin</artifactId>
271-
<version>2.7.1</version>
270+
<version>3.4</version>
272271
<configuration>
273-
<targetJdk>${maven.compiler.source}</targetJdk>
272+
<targetJdk>${maven.compiler.target}</targetJdk>
274273
</configuration>
274+
<reportSets>
275+
<reportSet>
276+
<reports>
277+
<report>pmd</report>
278+
<report>cpd</report>
279+
</reports>
280+
</reportSet>
281+
</reportSets>
275282
</plugin>
276283
</plugins>
277284
</reporting>

0 commit comments

Comments
 (0)