lburgazzoli opened a new issue #1332: Configurable maven options URL: https://github.com/apache/camel-k/issues/1332 When a maven build is triggered, it shows transfer when downloading artifacts, we should make it configurable i.e. by letting user to define global maven options ```yaml apiVersion: camel.apache.org/v1 kind: IntegrationPlatform metadata: labels: app: camel-k name: camel-k spec: build: maven: options: - "--no-transfer-progress" - "-V" ```
---------------------------------------------------------------- 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
