Hi team, While building locally I bumped into several components not compiling because of this error:
[ERROR] Failed to execute goal io.github.ascopes:protobuf-maven-plugin:4.0.2:generate (default) on project camel-kserve: The plugin io.github.ascopes:protobuf-maven-plugin:4.0.2 requires Maven version 3.9.6 -> [Help 1] ... [ERROR] Failed to execute goal io.github.ascopes:protobuf-maven-plugin:4.0.2:generate-test (default) on project camel-grpc: The plugin io.github.ascopes:protobuf-maven-plugin:4.0.2 requires Maven version 3.9.6 -> [Help 1] We have a maven enforcer rule, but it requires version >= 3.9.0. In order to be consistent and be able to build the entire project with the same version, I've bumped the enforcer rule to expect version >= 3.9.6 [1]. Have a look at the PR if you think it's not a good idea or you have any objection. Be mindful that, after the merge, your local build will require a maven version higher than 3.9.6 to compile without enforcer complaints. Regards, Pasquale. [1] https://github.com/apache/camel/pull/19964
