tadayosi opened a new issue #2391: URL: https://github.com/apache/camel-k/issues/2391
To reproduce (substitute `http://nexus.nexus/repository/maven-public/` with the repo manager you setup in your cluster): ``` kamel install --maven-repository=http://nexus.nexus/repository/maven-public/@id=nexus@mirrorOf=* kamel run e2e/common/build/files/Java.java --maven-repository=https://maven.repository.redhat.com/ga@id=redhat --dependency=mvn:jakarta.annotation:jakarta.annotation-api:1.3.5.redhat-00002 ``` and the integration fails to run due to: > {"level":"info","ts":1623312649.5127628,"logger":"camel-k.maven.build","msg":"---------< org.apache.camel.k.integration:camel-k-integration >---------"} {"level":"info","ts":1623312649.513057,"logger":"camel-k.maven.build","msg":"Building camel-k-integration 1.5.0-SNAPSHOT"} {"level":"info","ts":1623312649.5132287,"logger":"camel-k.maven.build","msg":"--------------------------------[ jar ]---------------------------------"} {"level":"info","ts":1623312650.7100327,"logger":"camel-k.maven.build","msg":"The POM for jakarta.annotation:jakarta.annotation-api:jar:1.3.5.redhat-00002 is missing, no dependency information available"} -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org