We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 21ded9c + a5f1f72 commit 2c973a4Copy full SHA for 2c973a4
1 file changed
pom.xml
@@ -4,7 +4,7 @@
4
<parent>
5
<groupId>org.jvnet.hudson.plugins</groupId>
6
<artifactId>analysis-pom</artifactId>
7
- <version>12.3200.vc79dce20f68b_</version>
+ <version>12.3251.v465c8cec2c4e</version>
8
<relativePath />
9
</parent>
10
@@ -271,6 +271,16 @@
271
</execution>
272
</executions>
273
</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>
284
<plugin>
285
<groupId>org.assertj</groupId>
286
<artifactId>assertj-assertions-generator-maven-plugin</artifactId>
0 commit comments