astefanutti commented on a change in pull request #720: Allow to provide custom settings.xml URL: https://github.com/apache/camel-k/pull/720#discussion_r289943427
########## File path: README.adoc ########## @@ -156,49 +156,50 @@ As example if you want to change the queue size of the seda component, you can u camel.component.seda.queueSize = 10 ``` -==== Configure additional maven repositories - -Additional maven repositories can be defined at platform installation time or at integration/context build time: +==== Configure Maven settings +Maven settings can be configured by providing a custom settings.xml through a ConfigMap or secret. +The source for maven setttings can be configuired using either the `kamel` CLI at installation time or by editing Camel K's IntegrationPlatform: Review comment: TooMuchTyposException 😉! ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
