We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28c12f2 commit 1ad715eCopy full SHA for 1ad715e
1 file changed
.github/workflows/maven.yml
@@ -76,7 +76,7 @@ jobs:
76
server-username: NEXUS_USER # env variable for username in deploy
77
server-password: NEXUS_PW # env variable for token in deploy
78
- name: Build with Maven
79
- run: mvn --show-version --batch-mode --no-transfer-progress -DtrimStackTrace=false
+ run: mvn --errors --show-version --batch-mode --no-transfer-progress -DtrimStackTrace=false
80
- name: Deploy SNAPSHOT using minimal build
81
if: matrix.deploy && github.repository == 'apache/commons-io' && github.ref_name == 'master'
82
env:
0 commit comments