Skip to content

Commit a0f501d

Browse files
committed
Show Maven stack traces on errors in GH CI
1 parent d82f3df commit a0f501d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ jobs:
4949
distribution: 'temurin'
5050
java-version: ${{ matrix.java }}
5151
- name: Build with Maven
52-
run: mvn --show-version --batch-mode --no-transfer-progress
52+
run: mvn --errors --show-version --batch-mode --no-transfer-progress

0 commit comments

Comments
 (0)