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 2020/03/03 18:23:59 UTC

[maven-dependency-plugin] 07/13: 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

commit d8de3840df843931c51af311befdee0199421ea1
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