Skip to content

Commit

Permalink
Fix maven pmd caching sample
Browse files Browse the repository at this point in the history
  • Loading branch information
alextu committed Aug 24, 2022
1 parent 3532e63 commit 85258a6
Showing 1 changed file with 62 additions and 2 deletions.
64 changes: 62 additions & 2 deletions build-caching-maven-samples/pmd-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<property><name>linkXRef</name></property>
<property><name>includeTests</name></property>
<property><name>aggregate</name></property>
<property><name>sourceEncoding</name></property>
<property><name>inputEncoding</name></property>
<property><name>includeXmlInSite</name></property>
<property><name>skipEmptyReport</name></property>
<property><name>jdkToolchain</name></property>
Expand Down Expand Up @@ -118,6 +118,36 @@
<ignore>analysisCacheLocation</ignore>
</ignoredProperties>
</inputs>
<nestedProperties>
<property>
<name>localRepository</name>
<inputs>
<properties>
<property>
<name>id</name>
</property>
<property>
<name>url</name>
</property>
</properties>
</inputs>
</property>
</nestedProperties>
<iteratedProperties>
<property>
<name>remoteRepositories</name>
<inputs>
<properties>
<property>
<name>id</name>
</property>
<property>
<name>url</name>
</property>
</properties>
</inputs>
</property>
</iteratedProperties>
<outputs>
<!-- There's no single property for each output file, so we must compose the path.
These will need to be updated if <targetDirectory> is updated. -->
Expand Down Expand Up @@ -166,7 +196,7 @@
<property><name>linkXRef</name></property>
<property><name>includeTests</name></property>
<property><name>aggregate</name></property>
<property><name>sourceEncoding</name></property>
<property><name>inputEncoding</name></property>
<property><name>includeXmlInSite</name></property>
<property><name>skipEmptyReport</name></property>
<property><name>language</name></property>
Expand Down Expand Up @@ -204,6 +234,36 @@
<ignore>targetDirectory</ignore>
</ignoredProperties>
</inputs>
<nestedProperties>
<property>
<name>localRepository</name>
<inputs>
<properties>
<property>
<name>id</name>
</property>
<property>
<name>url</name>
</property>
</properties>
</inputs>
</property>
</nestedProperties>
<iteratedProperties>
<property>
<name>remoteRepositories</name>
<inputs>
<properties>
<property>
<name>id</name>
</property>
<property>
<name>url</name>
</property>
</properties>
</inputs>
</property>
</iteratedProperties>
<outputs>
<!-- There's no single property for each output file, so we must compose the path.
These will need to be updated if <targetDirectory> is updated. -->
Expand Down

0 comments on commit 85258a6

Please sign in to comment.