You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2020/04/11 06:34:50 UTC

[maven-surefire] branch travis-settingsxml updated: -U

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

tibordigana pushed a commit to branch travis-settingsxml
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


The following commit(s) were added to refs/heads/travis-settingsxml by this push:
     new 369c040  -U
369c040 is described below

commit 369c040b34ce7f421518dd8451b25b618e4396d8
Author: tibordigana <ti...@apache.org>
AuthorDate: Sat Apr 11 08:34:42 2020 +0200

    -U
---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 39df7f2..fcf209f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,10 +28,10 @@ jdk: openjdk8
 jobs:
   include:
     - stage: repo cleanup
-      script: mvn -e -B -V -nsu org.apache.maven.plugins:maven-dependency-plugin:3.1.1:purge-local-repository
+      script: mvn -e -B -V -U -nsu org.apache.maven.plugins:maven-dependency-plugin:3.1.1:purge-local-repository
 
     - stage: mvn build
-      script: mvn clean install -e -B -V -nsu -P run-its -DskipITs -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
+      script: mvn clean install -e -B -V -U -nsu -P run-its -DskipITs -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
 
 branches:
   only: