This is an automated email from the ASF dual-hosted git repository.

adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new d522884  HDDS-3872. Reduce output of coverage.sh (#1132)
d522884 is described below

commit d5228848250e719e0024c7dd0229da463e031f91
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Sat Jun 27 14:40:23 2020 +0200

    HDDS-3872. Reduce output of coverage.sh (#1132)
---
 hadoop-ozone/dev-support/checks/coverage.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/hadoop-ozone/dev-support/checks/coverage.sh 
b/hadoop-ozone/dev-support/checks/coverage.sh
index 3d652f8..1374ad9 100755
--- a/hadoop-ozone/dev-support/checks/coverage.sh
+++ b/hadoop-ozone/dev-support/checks/coverage.sh
@@ -27,7 +27,9 @@ REPORT_DIR="$DIR/../../../target/coverage"
 mkdir -p "$REPORT_DIR"
 
 #Install jacoco cli
-mvn org.apache.maven.plugins:maven-dependency-plugin:3.1.2:copy 
-Dartifact=org.jacoco:org.jacoco.cli:0.8.5:jar:nodeps
+mvn --non-recursive --no-transfer-progress \
+  org.apache.maven.plugins:maven-dependency-plugin:3.1.2:copy \
+  -Dartifact=org.jacoco:org.jacoco.cli:0.8.5:jar:nodeps
 
 jacoco() {
   java -jar target/dependency/org.jacoco.cli-0.8.5-nodeps.jar "$@"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to