You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/03/10 08:09:17 UTC

[GitHub] [camel-k] lburgazzoli opened a new issue #1332: Configurable maven options

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:
users@infra.apache.org


With regards,
Apache Git Services