Shmakov Alexey created CAMEL-19107:
--------------------------------------
Summary: add "fae" to check-style
Key: CAMEL-19107
URL: https://issues.apache.org/jira/browse/CAMEL-19107
Project: Camel
Issue Type: Improvement
Reporter: Shmakov Alexey
Now style check fail after each failed module in CI
If you add "-fae" at the end of the maven command, the style check will go
through all modules and an error will occur at the end. As a result, it will be
possible to find out about all style errors in the project, and not just in the
first failure module
Now mvn command is
_mvn -l checkstyle.log -Dmvnd.threads=2 -V -Dhttp.keepAlive=false
-Dmaven.wagon.http.pool=false
-Dmaven.wagon.httpconnectionManager.ttlSeconds=120 --no-transfer-progress
-Dcheckstyle.failOnViolation=true -e checkstyle:checkstyle_
Need
_mvn -l checkstyle.log -Dmvnd.threads=2 -V -Dhttp.keepAlive=false
-Dmaven.wagon.http.pool=false
-Dmaven.wagon.httpconnectionManager.ttlSeconds=120 --no-transfer-progress
-Dcheckstyle.failOnViolation=true -e checkstyle:checkstyle_ *-fae*
--
This message was sent by Atlassian Jira
(v8.20.10#820010)