gnodet commented on PR #26330: URL: https://github.com/apache/camel/pull/26330#issuecomment-5758453904
Fixed in e41518dc452b: added an 'Install SNAPSHOT build plugins' step that runs `mvn install -pl tooling/maven/camel-package-maven-plugin --also-make` before the compile step. Root cause: `camel-package-maven-plugin:4.23.0-SNAPSHOT` is used as a build plugin by dozens of modules (core, dsl, components, catalog). In a clean CI checkout it hasn't been compiled yet, so Maven cannot parse its descriptor when it encounters an execution bound to `process-classes` during `mvn compile`. The pre-install step puts the descriptor in the local repository before the main compile step runs. -- 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]
