Please share a tutorial of adding custom maven dependencies and private maven repository. I have been trying to include custom maven dependency hosted on JitPack. But it fails with authorization error. I have created the config map with maven settings.xml file and it also include server and authorization token. When I try to build the project from local it works fine but when I try to run kamel integration it always fails to runs although same settings.xml is configured.
@weimeilin4 жыл бұрын
First, in your namespace, are you configuring it in the "example-maven-settings" config map? (the name varies depending on your integration platform) this is the maven repo that Camel K uses to build. If you already done that and the error still occur, try asking it in "users@camel.apache.org" mailing list