-
Bug
-
Resolution: Done
-
Blocker
-
camel-k-1.8
-
None
-
False
-
None
-
False
-
%
-
Todo
All integration builds fail with:
11:14:39 {"level":"info","ts":1655801252.427544,"logger":"camel-k.maven.build","msg":"[INFO] Scanning for projects..."} 11:14:39 {"level":"info","ts":1655801252.4962785,"logger":"camel-k.maven.build","msg":"[INFO] "} 11:14:39 {"level":"info","ts":1655801252.4963033,"logger":"camel-k.maven.build","msg":"[INFO] ------< org.apache.camel.k.integration:camel-k-catalog-generator >------"} 11:14:39 {"level":"info","ts":1655801252.4963074,"logger":"camel-k.maven.build","msg":"[INFO] Building camel-k-catalog-generator 1.8.0"} 11:14:39 {"level":"info","ts":1655801252.497739,"logger":"camel-k.maven.build","msg":"[INFO] --------------------------------[ jar ]---------------------------------"} 11:14:39 {"level":"info","ts":1655801252.514698,"logger":"camel-k.maven.build","msg":"[WARNING] The POM for org.apache.camel.k:camel-k-maven-plugin:jar:1.12.1 is missing, no dependency information available"} 11:14:39 {"level":"info","ts":1655801252.5147333,"logger":"camel-k.maven.build","msg":"[INFO] ------------------------------------------------------------------------"} 11:14:39 {"level":"info","ts":1655801252.5147376,"logger":"camel-k.maven.build","msg":"[INFO] BUILD FAILURE"} 11:14:39 {"level":"info","ts":1655801252.5147407,"logger":"camel-k.maven.build","msg":"[INFO] ------------------------------------------------------------------------"} 11:14:39 {"level":"info","ts":1655801252.514744,"logger":"camel-k.maven.build","msg":"[INFO] Total time: 0.098 s"} 11:14:39 {"level":"info","ts":1655801252.5147471,"logger":"camel-k.maven.build","msg":"[INFO] Finished at: 2022-06-21T08:47:32Z"} 11:14:39 {"level":"info","ts":1655801252.5147502,"logger":"camel-k.maven.build","msg":"[INFO] ------------------------------------------------------------------------"} 11:14:39 {"level":"info","ts":1655801252.5147557,"logger":"camel-k.maven.build","msg":"[ERROR] Plugin org.apache.camel.k:camel-k-maven-plugin:1.12.1 or one of its dependencies could not be resolved: Failure to find org.apache.camel.k:camel-k-maven-plugin:jar:1.12.1 in http://nexus.test-infra.svc.cluster.local/repository/maven-proxy-nexus was cached in the local repository, resolution will not be reattempted until the update interval of mirror-000 has elapsed or updates are forced -> [Help 1]"}
where the configured nexus contains maven central, red hat repositories, etc. everything that should be needed to build the integration.
It seems that there is no community build of 1.12.1 maven plugin: https://search.maven.org/artifact/org.apache.camel.k/camel-k-maven-plugin
- is related to
-
ENTESB-19407 Camel K CK2 build contains wrong base image
- Done