Skip to content

Commit 1ad715e

Browse files
committed
Show Maven stack traces on errors in GH CI
1 parent 28c12f2 commit 1ad715e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
server-username: NEXUS_USER # env variable for username in deploy
7777
server-password: NEXUS_PW # env variable for token in deploy
7878
- name: Build with Maven
79-
run: mvn --show-version --batch-mode --no-transfer-progress -DtrimStackTrace=false
79+
run: mvn --errors --show-version --batch-mode --no-transfer-progress -DtrimStackTrace=false
8080
- name: Deploy SNAPSHOT using minimal build
8181
if: matrix.deploy && github.repository == 'apache/commons-io' && github.ref_name == 'master'
8282
env:

0 commit comments

Comments
 (0)