You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Caused by: org.eclipse.aether.resolution.ArtifactResolutionException: The following artifacts could not be resolved: com.awmay.camelk.utils:kafka-utils:pom:0.0.5 (absent): Could not transfer artifact com.test.camelk.utils:kafka-utils:pom:0.0.5 from/to custom2 (https://test-gi-962144292115.d.codeartifact.us-east-1.amazonaws.com/maven/test-gi-artifacts/): status code: 401, reason phrase: Unauthorized (401)
The text was updated successfully, but these errors were encountered:
Is it possible to work with AWS Code Artifactory with Camel JBang?
I am trying to execute below.
camel run --name example timer2.camel.yaml Test.java --deps=io.confluent:kafka-protobuf-serializer:7.4.0,com.google.protobuf:protobuf-java:3.25.1,com.google.protobuf:protobuf-java-util:3.25.1,com.googlecode.protobuf-java-format:protobuf-java-format:1.4,com.test.camelk.utils:kafka-utils:0.0.5 --properties=application.properties --maven-settings=./settings.xml --repos=https://packages.confluent.io/maven/,https://test-gi-962144292115.d.codeartifact.us-east-1.amazonaws.com/maven/test-gi-artifacts/
https://github.com/ciseldevops/codeartifact-demo/blob/master/.m2/settings.xml
It keeps failing with 401 error.
Caused by: org.eclipse.aether.resolution.ArtifactResolutionException: The following artifacts could not be resolved: com.awmay.camelk.utils:kafka-utils:pom:0.0.5 (absent): Could not transfer artifact com.test.camelk.utils:kafka-utils:pom:0.0.5 from/to custom2 (https://test-gi-962144292115.d.codeartifact.us-east-1.amazonaws.com/maven/test-gi-artifacts/): status code: 401, reason phrase: Unauthorized (401)
The text was updated successfully, but these errors were encountered: