Skip to content

Commit

Permalink
GitHub actions - disable extended Maven error messages (#2302)
Browse files Browse the repository at this point in the history
Signed-off-by: Radek Felcman <[email protected]>
  • Loading branch information
rfelcman authored Nov 14, 2024
1 parent ac4dc50 commit 38f4453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
java-version: ${{ matrix.java_version }}
cache: maven
- name: Execute Tests on JDK ${{ matrix.java_version }}
run: mvn -B -V -U -C -Pstaging,oss-release,test-lrg,mysql clean verify -Dgpg.skip=true -Dwarn.limit=15 -Dcomp.xlint=-Xlint:none -e
run: mvn -B -V -U -C -Pstaging,oss-release,test-lrg,mysql clean verify -Dgpg.skip=true -Dwarn.limit=15 -Dcomp.xlint=-Xlint:none

common_validations_job:
name: Common Validations
Expand Down

0 comments on commit 38f4453

Please sign in to comment.