-
Type:
Task
-
Status: Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Fix Version/s: None
-
Component/s: maven
-
Labels:None
-
Project:Camel
In the apache/camel-k project we're experiencing problems in the travis CI when downloading from the apache snapshots maven repo.
The following error happens in a container with a custom settings.xml file, so it should not be related to the Travis infrastructure.
```
[ERROR] Failed to execute goal on project camel-k-runtime-builder: Could not resolve dependencies for project org.apache.camel.k:camel-k-runtime-builder:jar:1.0.0: The following artifacts could not be resolved: org.apache.camel.k:camel-knative:jar:1.3.0-SNAPSHOT, org.apache.camel.k:camel-knative-http:jar:1.3.0-SNAPSHOT, org.apache.camel.k:camel-k-runtime-core:jar:1.3.0-SNAPSHOT: Could not transfer artifact org.apache.camel.k:camel-knative:jar:1.3.0-20200527.182454-55 from/to apache-snapshots (https://repository.apache.org/snapshots/): Transfer failed for https://repository.apache.org/snapshots/org/apache/camel/k/camel-knative/1.3.0-SNAPSHOT/camel-knative-1.3.0-20200527.182454-55.jar: No PSK available. Unable to resume.
```
The following error happens in a container with a custom settings.xml file, so it should not be related to the Travis infrastructure.
```
[ERROR] Failed to execute goal on project camel-k-runtime-builder: Could not resolve dependencies for project org.apache.camel.k:camel-k-runtime-builder:jar:1.0.0: The following artifacts could not be resolved: org.apache.camel.k:camel-knative:jar:1.3.0-SNAPSHOT, org.apache.camel.k:camel-knative-http:jar:1.3.0-SNAPSHOT, org.apache.camel.k:camel-k-runtime-core:jar:1.3.0-SNAPSHOT: Could not transfer artifact org.apache.camel.k:camel-knative:jar:1.3.0-20200527.182454-55 from/to apache-snapshots (https://repository.apache.org/snapshots/): Transfer failed for https://repository.apache.org/snapshots/org/apache/camel/k/camel-knative/1.3.0-SNAPSHOT/camel-knative-1.3.0-20200527.182454-55.jar: No PSK available. Unable to resume.
```