You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/08/06 01:07:36 UTC

[commons-crypto] branch master updated: Can't use --no-transfer-progress before Maven 3.6.1.

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git


The following commit(s) were added to refs/heads/master by this push:
     new a2bc3a4  Can't use --no-transfer-progress before Maven 3.6.1.
a2bc3a4 is described below

commit a2bc3a41e10fb367d6d5e3a16a29c18d1b7bb3f9
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Aug 5 21:07:27 2020 -0400

    Can't use --no-transfer-progress before Maven 3.6.1.
---
 .travis.yml | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index d4cf69c..4cd5727 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,6 +20,7 @@ matrix:
   include:
 
     # This job tests x64 and i386 builds. Tests x64 for proper execution.
+    # Can't use --no-transfer-progress before Maven 3.6.1.
     - name: "x64,i386 / Ubuntu 14.04 / Java 8 / OpenSSL 1.0.x"
       arch: amd64
       os: linux
@@ -35,8 +36,8 @@ matrix:
       install: |
         sudo ln -s /usr/include/x86_64-linux-gnu /usr/include/i386-linux-gnu
         mvn -version
-        mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V --no-transfer-progress
-        mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V -Plinux32 --no-transfer-progress
+        mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
+        mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V -Plinux32
 
     # Job tests win32,win64 builds. But cannot test execution.
     - name: "win32,win64 / Ubuntu 14.04 / Java 8 / OpenSSL 1.0.x"
@@ -55,8 +56,8 @@ matrix:
       install: |
         sudo ln -s /usr/include/x86_64-linux-gnu/openssl/opensslconf.h /usr/include/openssl/opensslconf.h
         mvn -version
-        mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V -Pwin64 --no-transfer-progress
-        mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V -Pwin32 --no-transfer-progress
+        mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V -Pwin64
+        mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V -Pwin32
       script: echo DONE
       after_success: echo DONE
 
@@ -131,9 +132,9 @@ before_install:
     sudo unzip -j -o /tmp/policy.zip *.jar -d $JAVA_HOME/jre/lib/security
     rm /tmp/policy.zip
   - openssl version -a
-install: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -Denforcer.skip=true -B -V --no-transfer-progress
-script: mvn test jacoco:report coveralls:report -Denforcer.skip=true -B -V --no-transfer-progress
-after_success: mvn site -Denforcer.skip=true -B -V --no-transfer-progress
+install: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -Denforcer.skip=true -B -V
+script: mvn test jacoco:report coveralls:report -Denforcer.skip=true -B -V
+after_success: mvn site -Denforcer.skip=true -B -V
 
 cache:
   directories: