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/12/17 14:19:32 UTC

[commons-vfs] branch master updated: Show full Maven stack trace on failure.

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-vfs.git


The following commit(s) were added to refs/heads/master by this push:
     new 28c7084  Show full Maven stack trace on failure.
28c7084 is described below

commit 28c70843628840516f2f55bfdc6602f63ac7de0b
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Dec 17 09:19:27 2020 -0500

    Show full Maven stack trace on failure.
---
 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 7359c15..0a363a1 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -44,4 +44,4 @@ jobs:
       with:
         java-version: ${{ matrix.java }}
     - name: Build with Maven
-      run: mvn -V --file pom.xml --no-transfer-progress
+      run: mvn -V --file pom.xml --no-transfer-progress -e