JiriOndrusek commented on PR #7813: URL: https://github.com/apache/camel/pull/7813#issuecomment-1158911709
I've found the reason in https://github.com/apache/camel/actions/runs/2515347416 ``` [ERROR] Failed to execute goal net.revelc.code.formatter:formatter-maven-plugin:2.17.1:validate (validate) on project camel-test-junit5: File '/home/runner/work/camel/camel/components/camel-test/camel-test-junit5/src/test/java/org/apache/camel/test/junit5/CamelTestSupporOneContextForAllTest.java' has not been previously formatted. Please format file and commit before running validation! -> [Help 1] ``` I'fixed by running `mvn process-resources -Pformat` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
