Skip to content

Commit 2c973a4

Browse files
authored
Merge pull request #540 from jenkinsci/renovate/org.jvnet.hudson.plugins-analysis-pom-12.x
Bump dependency org.jvnet.hudson.plugins:analysis-pom to v12.3251.v465c8cec2c4e
2 parents 21ded9c + a5f1f72 commit 2c973a4

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

pom.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jvnet.hudson.plugins</groupId>
66
<artifactId>analysis-pom</artifactId>
7-
<version>12.3200.vc79dce20f68b_</version>
7+
<version>12.3251.v465c8cec2c4e</version>
88
<relativePath />
99
</parent>
1010

@@ -271,6 +271,16 @@
271271
</execution>
272272
</executions>
273273
</plugin>
274+
<plugin>
275+
<!-- Remove PMD exclusion once https://github.com/pmd/pmd/pull/6783 is released -->
276+
<groupId>org.apache.maven.plugins</groupId>
277+
<artifactId>maven-pmd-plugin</artifactId>
278+
<configuration combine.children="merge">
279+
<excludes>
280+
<exclude>**/ValidationUtilitiesTest.java</exclude>
281+
</excludes>
282+
</configuration>
283+
</plugin>
274284
<plugin>
275285
<groupId>org.assertj</groupId>
276286
<artifactId>assertj-assertions-generator-maven-plugin</artifactId>

0 commit comments

Comments
 (0)