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-io.git
The following commit(s) were added to refs/heads/master by this push: new 3aff3e0 Call Maven with trimStackTrace=false. 3aff3e0 is described below commit 3aff3e03cd83c9d77ea97fe3eec9c4f563bd51ab Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Fri Aug 14 22:08:45 2020 -0400 Call Maven with trimStackTrace=false. --- .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 cce4472..b636bc8 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -49,4 +49,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 -DtrimStackTrace=false