You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by lg...@apache.org on 2018/04/27 17:15:02 UTC

mina-sshd git commit: Suppress superfluous PMD processing log messages - see MPMD-258

Repository: mina-sshd
Updated Branches:
  refs/heads/master 68a077173 -> 86dd44044


Suppress superfluous PMD processing log messages - see MPMD-258


Project: http://git-wip-us.apache.org/repos/asf/mina-sshd/repo
Commit: http://git-wip-us.apache.org/repos/asf/mina-sshd/commit/86dd4404
Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/86dd4404
Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/86dd4404

Branch: refs/heads/master
Commit: 86dd44044d100735e608923ac257bd4d25b06d4b
Parents: 68a0771
Author: Lyor Goldstein <ly...@gmail.com>
Authored: Fri Apr 27 20:18:32 2018 +0300
Committer: Lyor Goldstein <ly...@gmail.com>
Committed: Fri Apr 27 20:18:32 2018 +0300

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/86dd4404/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f161f1f..8b40fd6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -686,6 +686,7 @@
                        <printFailingErrors>true</printFailingErrors>
                        <skipPmdError>false</skipPmdError>
                        <analysisCache>true</analysisCache> <!-- enable incremental analysis -->
+                       <showPmdLog>false</showPmdLog>
                        <excludeRoots>
                            <excludeRoot>target/generated-sources/java</excludeRoot>
                        </excludeRoots>