This is an automated email from the ASF dual-hosted git repository.
cstamas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-resolver.git
The following commit(s) were added to refs/heads/master by this push:
new 9b352936 Fix for PMD report: skip it
9b352936 is described below
commit 9b352936aaf41f6dc1259cbb6c927ab9d1f5a663
Author: Tamas Cservenak <[email protected]>
AuthorDate: Thu Dec 14 18:30:47 2023 +0100
Fix for PMD report: skip it
Java 21 is not supported by it.
---
pom.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/pom.xml b/pom.xml
index d3ba2e6b..9a12f34c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,6 +107,8 @@
<!-- MRESOLVER-422: keep this in sync with Javadoc plugin configuration
(but cannot directly, as this below is range) -->
<minimalJavaBuildVersion>[21,)</minimalJavaBuildVersion>
<project.build.outputTimestamp>2023-12-13T22:58:50Z</project.build.outputTimestamp>
+ <!-- site fixes: skip PMD as it does not support Java 21 -->
+ <pmd.skip>true</pmd.skip>
</properties>
<dependencyManagement>