Skip to content

Commit d820b9e

Browse files
committed
Enable pmd analysis cache
1 parent e96287e commit d820b9e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
<artifactId>maven-pmd-plugin</artifactId>
7373
<version>3.27.0</version>
7474
<configuration>
75+
<analysisCache>true</analysisCache>
7576
<includeTests>true</includeTests>
7677
<printFailingErrors>true</printFailingErrors>
7778
<rulesets>

template-placeholder/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@
242242
<artifactId>maven-pmd-plugin</artifactId>
243243
<version>3.27.0</version>
244244
<configuration>
245+
<analysisCache>true</analysisCache>
245246
<includeTests>true</includeTests>
246247
<printFailingErrors>true</printFailingErrors>
247248
<rulesets>

0 commit comments

Comments
 (0)