This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
The following commit(s) were added to refs/heads/master by this push: new 9099a2d Tune down the output when downloading sources / javadocs for dependencies 9099a2d is described below commit 9099a2d10c1834ba4bb3273344cb54158c8dde37 Author: Guillaume Nodet <gno...@gmail.com> AuthorDate: Mon Apr 20 14:59:18 2020 +0200 Tune down the output when downloading sources / javadocs for dependencies --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index 58b5b6a..1936f8a 100644 --- a/pom.xml +++ b/pom.xml @@ -131,6 +131,8 @@ <sshd.tests.timeout.factor>1.0</sshd.tests.timeout.factor> <sshd.tests.rerun.count>2</sshd.tests.rerun.count> + + <dependency.download.silent>true</dependency.download.silent> </properties> <profiles> @@ -1239,6 +1241,7 @@ </goals> <configuration> <markersDirectory>${settings.localRepository}/org/apache/sshd/dependency-maven-plugin-markers</markersDirectory> + <silent>${dependency.download.silent}</silent> </configuration> </execution> <execution> @@ -1250,6 +1253,7 @@ <configuration> <markersDirectory>${settings.localRepository}/org/apache/sshd/dependency-maven-plugin-markers</markersDirectory> <classifier>javadoc</classifier> + <silent>${dependency.download.silent}</silent> </configuration> </execution> </executions>