Show Maven stack traces on errors in GH CI
This commit is contained in:
2
.github/workflows/maven.yml
vendored
2
.github/workflows/maven.yml
vendored
@@ -46,4 +46,4 @@ jobs:
|
||||
cache: 'maven'
|
||||
|
||||
- name: Build with Maven
|
||||
run: mvn --show-version --batch-mode --no-transfer-progress -Ddoclint=none
|
||||
run: mvn --errors --show-version --batch-mode --no-transfer-progress -Ddoclint=none
|
||||
|
||||
Reference in New Issue
Block a user