Skip to content

Commit 17d5490

Browse files
committed
Show Maven stack traces on errors in GH CI
1 parent 3e1a36a commit 17d5490

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
@@ -58,4 +58,4 @@ jobs:
5858
distribution: 'temurin'
5959
java-version: ${{ matrix.java }}
6060
- name: Build with Maven
61-
run: mvn --show-version --batch-mode --no-transfer-progress
61+
run: mvn --errors --show-version --batch-mode --no-transfer-progress

0 commit comments

Comments
 (0)