Skip to content

Commit 032b42a

Browse files
committed
Remove --errors from default Maven config - too noisy
1 parent 63b019b commit 032b42a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
143143
- name: Build and test
144144
shell: bash
145-
run: time ./mvnw -B -Dcheckstyle.skip -Dlicense.skip clean verify
145+
run: time ./mvnw -B -e -Dcheckstyle.skip -Dlicense.skip clean verify
146146

147147
- name: Publish code coverage
148148
uses: codecov/codecov-action@v5
@@ -188,7 +188,7 @@ jobs:
188188
- name: Build site
189189
shell: bash
190190
run: |-
191-
./mvnw -B site \
191+
./mvnw -B -e site \
192192
-Dmaven.test.skip \
193193
-Dinvoker.skip \
194194
-Dcheckstyle.skip \

.mvn/maven.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
-e
21
-T1C
32
-Dstyle.color=always
43
-Dmaven.wagon.httpconnectionManager.ttlSeconds=120

0 commit comments

Comments
 (0)