This is an automated email from the ASF dual-hosted git repository.
krisden pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git
The following commit(s) were added to refs/heads/master by this push:
new 1834f88 KNOX-1717 - Enable PMD incremental analysis
1834f88 is described below
commit 1834f888428fe823ddd7fe2b3414cb3da69db2fa
Author: Kevin Risden <[email protected]>
AuthorDate: Thu Dec 27 12:09:27 2018 -0500
KNOX-1717 - Enable PMD incremental analysis
Signed-off-by: Kevin Risden <[email protected]>
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 6434749..568a452 100644
--- a/pom.xml
+++ b/pom.xml
@@ -634,6 +634,7 @@
<rulesets>
<ruleset>build-tools/pmd/pmd-ruleset.xml</ruleset>
</rulesets>
+ <analysisCache>true</analysisCache>
<printFailingErrors>true</printFailingErrors>
<includeTests>true</includeTests>
<linkXRef>false</linkXRef>