This is an automated email from the ASF dual-hosted git repository. twolf pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
commit 9eb16fb7c0da0c05effb725e1a881eb58991da00 Author: Thomas Wolf <tw...@apache.org> AuthorDate: Sat Jul 27 15:12:31 2024 +0200 Resolve warning from maven-pmd-plugin --- .mvn/maven.config | 1 + pom.xml | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.mvn/maven.config b/.mvn/maven.config index 6f7ab7285..76893afeb 100644 --- a/.mvn/maven.config +++ b/.mvn/maven.config @@ -1,2 +1,3 @@ -Dworkspace.root.dir=${session.rootDirectory} -DprojectRoot=${session.rootDirectory} +-Dorg.slf4j.simpleLogger.log.net.sourceforge.pmd=off diff --git a/pom.xml b/pom.xml index 78cace371..8d0ba0c00 100644 --- a/pom.xml +++ b/pom.xml @@ -936,7 +936,6 @@ <printFailingErrors>true</printFailingErrors> <skipPmdError>false</skipPmdError> <analysisCache>true</analysisCache> <!-- enable incremental analysis --> - <showPmdLog>false</showPmdLog> <excludeRoots> <excludeRoot>target/generated-sources/java</excludeRoot> </excludeRoots>