You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by GitBox <gi...@apache.org> on 2019/06/26 09:36:19 UTC

[GitHub] [camel-k] jamesnetherton opened a new pull request #774: fix: Validate maven artifacts

jamesnetherton opened a new pull request #774: fix: Validate maven artifacts
URL: https://github.com/apache/camel-k/pull/774
 
 
   fixes #742
   
   @lburgazzoli we talked a little about this. I made the Maven repository `checksumPolicy` configurable when doing `kamel install`. By default the `checksumPolicy` is 'fail'.
   
   E.g: 
   
   ```
   kamel install --maven-repository http://foobar.com/repo/@checksumpolicy=warn
   ```
   
   I also tweaked things slightly so that there is always repository config set up for Maven central in order to enforce the `checksumPolicy` for it. Users can override this if they want to.  

----------------------------------------------------------------
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