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: [email protected] With regards, Apache Git Services
