aboucham opened a new issue #3127:
URL: https://github.com/apache/camel-k/issues/3127
Log a warn message once the component used has not a quarkus extension.
For the moment, we see only the following lines in the operator log:
```
{"level":"info","ts":1647441251.3206353,"logger":"camel-k.maven.build","msg":"[INFO]
Scanning for projects..."}
{"level":"info","ts":1647441252.2915804,"logger":"camel-k.maven.build","msg":"[ERROR]
[ERROR] Some problems were encountered while processing the POMs:"}
{"level":"info","ts":1647441252.2962983,"logger":"camel-k.maven.build","msg":"[ERROR]
'dependencies.dependency.version' for org.apache.camel:camel-aws-starter:jar
is missing. @ line 64, column 17"}
{"level":"info","ts":1647441252.3024638,"logger":"camel-k.maven.build","msg":"[ERROR]
'dependencies.dependency.version' for org.apache.camel:camel-http4:jar is
missing. @ line 72, column 17"}
{"level":"info","ts":1647441252.3025827,"logger":"camel-k.maven.build","msg":"
@ "}
{"level":"info","ts":1647441252.3131278,"logger":"camel-k.maven.build","msg":"[ERROR]
The build could not read 1 project -> [Help 1]"}
```
--
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]