Upgrade maven-pmd-plugin to 3.6, remove redundant config Recent versions default to project.build.sourceEncoding and maven.compiler.target.
Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/8fbb9b63 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/8fbb9b63 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/8fbb9b63 Branch: refs/heads/master Commit: 8fbb9b638551baa4bd118e2b8b4e7691c074cf47 Parents: a681d5e Author: Ville Skyttä <[email protected]> Authored: Mon Dec 21 22:56:06 2015 +0200 Committer: Clebert Suconic <[email protected]> Committed: Mon Dec 21 21:47:15 2015 -0500 ---------------------------------------------------------------------- pom.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/8fbb9b63/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 35d90eb..c7e27b5 100644 --- a/pom.xml +++ b/pom.xml @@ -893,12 +893,10 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-pmd-plugin</artifactId> - <version>3.0.1</version> + <version>3.6</version> <configuration> <linkXRef>true</linkXRef> - <sourceEncoding>utf-8</sourceEncoding> <minimumTokens>100</minimumTokens> - <targetJdk>1.5</targetJdk> </configuration> </plugin> <plugin>
