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 2019/10/22 19:51:35 UTC

[commons-beanutils] branch master updated: Update maven.yml

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


The following commit(s) were added to refs/heads/master by this push:
     new fb7ca98  Update maven.yml
fb7ca98 is described below

commit fb7ca9848653b0a992b8c6fbb1c803a71d0f6127
Author: Gary Gregory <ga...@users.noreply.github.com>
AuthorDate: Tue Oct 22 15:51:30 2019 -0400

    Update maven.yml
    
    Display better error message for failing build.
---
 .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 daead2c..2581b1c 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -32,6 +32,6 @@ jobs:
       with:
         java-version: ${{ matrix.java }}
     - name: Build with Maven
-      run: mvn -V --file pom.xml
+      run: mvn -V -e --file pom.xml
 
 # For Java 11, you can be more strict: -DadditionalJOption=-Xdoclint/package:-org.apache.commons.configuration2.plist