squakez commented on PR #1166:
URL: https://github.com/apache/camel-k-runtime/pull/1166#issuecomment-1931524723
The error we're getting is in the catalog generation due to:
```
[ERROR] Plugin org.apache.camel.k:camel-k-maven-plugin:3.6.0-SNAPSHOT or one
of its dependencies could not be resolved: The following artifacts could not be
resolved: org.apache.camel.k:camel-k-maven-plugin:jar:3.6.0-SNAPSHOT (absent):
Could not find artifact
org.apache.camel.k:camel-k-maven-plugin:jar:3.6.0-SNAPSHOT -> [Help 1]: exit
status 1
```
The problem is that maven expect the version parameter in
```
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-catalog</artifactId>
<version>${camel-quarkus-version}</version>
</dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-core</artifactId>
<version>${camel-quarkus-version}</version>
</dependency>
```
We need to understand why is that, and what kind of version we should put
there in order to be aligned with the platform. Reverting completely
https://github.com/apache/camel-k-runtime/pull/1156 should fix for the time
being.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]