gansheer opened a new pull request, #4730: URL: https://github.com/apache/camel-k/pull/4730
Fixes #4608 ## Description Use maven repositories from `kamel run --maven-repository` command flag also as plugin repository in the generated maven project. **Note:** This `--maven-repository` flag values from `run` command are not added in the generated settings.xml file but embedded in the pom.xml generated file. This flag is translated in integration CR as: ``` spec: repositories: - https://repository.apache.org/content/groups/snapshots-group@id=apache@snapshots@noreleases ``` **Release Note** ```release-note fix(cli): Use maven repository CLI flag for plugins ``` -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org