christophd commented on issue #5095: URL: https://github.com/apache/camel-k/issues/5095#issuecomment-1926890977
When running the Camel K operator locally in debug mode on MacOS please make sure to set the environment variable `MAVEN_WRAPPER=false`. Usually there is a Maven wrapper bundled into the operator image but when running the operator locally you may not have this wrapper in the right place on your machine. When the wrapper envar is disabled the operator uses the Maven binary that is set in `MAVEN_CMD` environment variable. So you may need to set this too pointing to your local Maven installation binary or simply set this to `mvn` when it is on your `$PATH` I think this resolves some issues that the integration kit is not being built properly when using a local operator. -- 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]
