Thomas Diesler created CAMEL-21381:
--------------------------------------
Summary: camel k8s cannot run spring-boot on openshift
Key: CAMEL-21381
URL: https://issues.apache.org/jira/browse/CAMEL-21381
Project: Camel
Issue Type: Bug
Components: camel-jbang
Reporter: Thomas Diesler
Assignee: Thomas Diesler
Fix For: 4.9.0
{code}
Exporting application ...
Generating fresh run data
Exporting as Spring Boot project to: .camel-jbang-run/timer-log
Building Kubernetes manifest ...
Project export successful!
Deploying to openshift ...
Run: .camel-jbang-run/timer-log/mvnw --file .camel-jbang-run/timer-log package
k8s:deploy
[INFO] Scanning for projects...
[INFO] Downloading from custom2:
https://repository.apache.org/content/groups/snapshots/org/codehaus/mojo/maven-metadata.xml
[INFO] Downloading from custom2:
https://repository.apache.org/content/groups/snapshots/org/apache/maven/plugins/maven-metadata.xml
[INFO] Downloaded from custom2:
https://repository.apache.org/content/groups/snapshots/org/apache/maven/plugins/maven-metadata.xml
(8.8 kB at 24 kB/s)
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml
(14 kB at 113 kB/s)
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml (21
kB at 164 kB/s)
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.917 s
[INFO] Finished at: 2024-10-24T07:52:12+02:00
[INFO] ------------------------------------------------------------------------
[ERROR] No plugin found for prefix 'k8s' in the current project and in the
plugin groups [org.apache.maven.plugins, org.codehaus.mojo]
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)