You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2019/08/12 21:02:10 UTC

[maven-dependency-plugin] branch GITHUB_ACTIONS updated: Fixing issue.

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

khmarbaise pushed a commit to branch GITHUB_ACTIONS
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git


The following commit(s) were added to refs/heads/GITHUB_ACTIONS by this push:
     new 253bbd7  Fixing issue.
253bbd7 is described below

commit 253bbd79dc9b9ccceaf8885132c135898aa001a7
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Mon Aug 12 23:01:56 2019 +0200

    Fixing issue.
---
 .github/workflows/main.yml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 288ac56..46db5f7 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -37,10 +37,8 @@ jobs:
         fetch-depth: 10
     
     - name: Build
-      run: |
-        mvn -V --no-transfer-progress -B clean verify -Prun-its
-        
-      shell: bash  
+      run: mvn -V --no-transfer-progress -B clean verify -Prun-its
+      shell: bash
       env:
        LC_ALL: en_US.UTF-8