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 10:28:32 UTC

[maven-surefire] branch travis-settingsxml updated: removed -B -nsu

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 5703078  removed -B -nsu
5703078 is described below

commit 5703078cf112c86b44fb2a169c7fb208c03d7532
Author: tibordigana <ti...@apache.org>
AuthorDate: Sat Apr 11 12:28:24 2020 +0200

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

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