Commit e6ed0e8
committed
build: suppress warnings/errors in integration tests that are produced by htmlunit.
These messages aren't real errors and there a lot of them, so we suppress them to not confuse
developers and to make a build log short and concise.
See for details:
- https://maven.apache.org/maven-logging.html
- http://www.slf4j.org/api/org/slf4j/impl/SimpleLogger.html
- https://github.com/apache/maven/blob/a6f113abced80defc4c5d0b60e2d085b8306b274/apache-maven/src/conf/logging/simplelogger.properties
Hint: in order to identify logger name, specify -Dorg.slf4j.simpleLogger.showLogName=true
Fix #5381 parent 6623047 commit e6ed0e8
File tree
3 files changed
+5
-49
lines changed- .mvn
- src/main/scripts/ci
3 files changed
+5
-49
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
263 | | - | |
264 | | - | |
265 | | - | |
| 263 | + | |
266 | 264 | | |
267 | 265 | | |
268 | 266 | | |
| |||
295 | 293 | | |
296 | 294 | | |
297 | 295 | | |
298 | | - | |
| 296 | + | |
299 | 297 | | |
300 | 298 | | |
301 | 299 | | |
| |||
This file was deleted.
0 commit comments