squakez commented on issue #3991:
URL: https://github.com/apache/camel-k/issues/3991#issuecomment-1398443789

   I wonder if it is really using a custom maven repository at all. If you 
notice in my mock example:
   ```
   from/to repository-000 (http://my-repo): transfer failed for 
http://my-repo/org/apache/camel/k/camel-k-runtime-bom/1.16.0/camel-k-runtime-bom-1.16.0.pom,
 proxy: ProxyInfo{host='my-proxy', userName='null', port=80, type='http', 
nonProxyHosts='null'} @ line 15
   ```
   it shows it goes against a custom repo and it really use some proxy. For the 
sake of testing, I've run the following installation:
   ```
   kamel install --operator-env-vars=HTTP_PROXY=http://my-proxy 
--maven-repository http://my-repo
   ```
   Something it would be good to check is the IntegrationPlatform, in order to 
confirm that the repo is correctly configured (kubectl get ip -o yaml). And 
also, double check the configmap that holds the maven setting configuration. 
Feel free to post here all those info for further review.


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

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to