Skip to content

Commit 38f4453

Browse files
authoredNov 14, 2024
GitHub actions - disable extended Maven error messages (#2302)
Signed-off-by: Radek Felcman <radek.felcman@oracle.com>
1 parent ac4dc50 commit 38f4453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/maven.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
java-version: ${{ matrix.java_version }}
5151
cache: maven
5252
- name: Execute Tests on JDK ${{ matrix.java_version }}
53-
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
53+
run: mvn -B -V -U -C -Pstaging,oss-release,test-lrg,mysql clean verify -Dgpg.skip=true -Dwarn.limit=15 -Dcomp.xlint=-Xlint:none
5454

5555
common_validations_job:
5656
name: Common Validations

0 commit comments

Comments
 (0)