Update PMD jdk target to 1.8 and turn on the cache

Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/864dafbc
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/864dafbc
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/864dafbc

Branch: refs/heads/master
Commit: 864dafbc5732fa51a79b45c0a3f3bf3dd378611b
Parents: d49f3f2
Author: Daniel Kulp <dk...@apache.org>
Authored: Fri May 5 12:24:33 2017 -0400
Committer: Daniel Kulp <dk...@apache.org>
Committed: Fri May 5 12:24:33 2017 -0400

----------------------------------------------------------------------
 parent/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/864dafbc/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 48efa1e..d29a212 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -378,13 +378,14 @@
                             
<ruleset>${cxf.resources.base.path}cxf-pmd-ruleset.xml</ruleset>
                         </rulesets>
                         <sourceEncoding>UTF-8</sourceEncoding>
-                        <targetJdk>1.7</targetJdk>
+                        <targetJdk>1.8</targetJdk>
                         <linkXRef>false</linkXRef>
                         <includeTests>true</includeTests>
                         <verbose>true</verbose>
                         <excludeRoots>
                             
<excludeRoot>${basedir}/src/main/generated</excludeRoot>
                         </excludeRoots>
+                        <analysisCache>true</analysisCache>
                     </configuration>
                     <executions>
                         <execution>

Reply via email to