1- <?xml version =' 1.0' encoding =' UTF-8' ?>
2-
1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
32<!--
43Licensed to the Apache Software Foundation (ASF) under one
54or more contributor license agreements. See the NOTICE file
@@ -18,14 +17,13 @@ KIND, either express or implied. See the License for the
1817specific language governing permissions and limitations
1918under the License.
2019-->
21-
2220<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2321 <modelVersion >4.0.0</modelVersion >
2422
2523 <parent >
26- <artifactId >maven-plugins</artifactId >
2724 <groupId >org.apache.maven.plugins</groupId >
28- <version >37</version >
25+ <artifactId >maven-plugins</artifactId >
26+ <version >39</version >
2927 <relativePath />
3028 </parent >
3129
@@ -34,11 +32,9 @@ under the License.
3432 <packaging >maven-plugin</packaging >
3533
3634 <name >Apache Maven PMD Plugin</name >
37- <description >
38- A Maven plugin for the PMD toolkit, that produces a report on both code rule violations and detected copy and paste
35+ <description >A Maven plugin for the PMD toolkit, that produces a report on both code rule violations and detected copy and paste
3936 fragments,
40- as well as being able to fail the build based on these metrics.
41- </description >
37+ as well as being able to fail the build based on these metrics.</description >
4238 <inceptionYear >2005</inceptionYear >
4339
4440 <contributors >
@@ -66,8 +62,8 @@ under the License.
6662 <scm >
6763 <connection >scm:git:https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git</connection >
6864 <developerConnection >scm:git:https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git</developerConnection >
69- <url >https://github.com/apache/maven-pmd-plugin/tree/${project.scm.tag} </url >
7065 <tag >HEAD</tag >
66+ <url >https://github.com/apache/maven-pmd-plugin/tree/${project.scm.tag} </url >
7167 </scm >
7268 <issueManagement >
7369 <system >JIRA</system >
@@ -88,7 +84,8 @@ under the License.
8884 <mavenVersion >3.2.5</mavenVersion >
8985 <doxiaVersion >1.12.0</doxiaVersion >
9086 <doxiaSitetoolsVersion >1.11.1</doxiaSitetoolsVersion >
91- <javaVersion >8</javaVersion ><!-- Because PMD 6.35.0+ requires Java 8 -->
87+ <javaVersion >8</javaVersion >
88+ <!-- Because PMD 6.35.0+ requires Java 8 -->
9289 <pmdVersion >6.55.0</pmdVersion >
9390 <slf4jVersion >1.7.36</slf4jVersion >
9491 <aetherVersion >1.0.0.v20140518</aetherVersion >
@@ -357,11 +354,11 @@ under the License.
357354 </configuration >
358355 <executions >
359356 <execution >
360- <phase >generate-sources</phase >
361357 <goals >
362358 <goal >java</goal >
363359 <goal >xpp3-reader</goal >
364360 </goals >
361+ <phase >generate-sources</phase >
365362 </execution >
366363 </executions >
367364 </plugin >
@@ -379,10 +376,10 @@ under the License.
379376 <executions >
380377 <execution >
381378 <id >check-java-1.8-compat</id >
382- <phase >process-classes</phase >
383379 <goals >
384380 <goal >check</goal >
385381 </goals >
382+ <phase >process-classes</phase >
386383 </execution >
387384 </executions >
388385 </plugin >
0 commit comments