Camel K resolution of dependencies using private repository with OpenShift Camel K operator

Posted on

(Existing discussion https://access.redhat.com/discussions/6927091 had no response)

Trying to run/create an Integration
using own private repository. For example the error I get : "Could not transfer artifact org.apache:apache:pom:23 from/to central (https://repo.maven.apache.org/maven2): Transfer failed for https://repo.maven.apache.org/maven2/org/apache/apache/23/apache-23.pom"

I think I would need to change the URLs of the repositories used by the Camel K Openshift Operator to build new Camel K integrations (for example in the above i would replace "repo.maven.apache.org" with some kind of "my-own-repo.my-org.com")

Is it so ?

Responses