tadayosi commented on PR #3838:
URL: https://github.com/apache/camel-k/pull/3838#issuecomment-1326009638

   @claudio4j There are a bit more places where they still use 
`camel-k-knative` in E2E tests:
   
   >  Error: 4:     > 
{"level":"error","ts":1669269776.4805422,"logger":"camel-k.maven.build","msg":"[ERROR]
 Some problems were encountered while processing the POMs:\n[ERROR] 
'dependencies.dependency.version' for org.apache.camel.k:camel-k-knative:jar is 
missing. @ line 25, column 17\n @ 
","stacktrace":"github.com/apache/camel-k/pkg/util/log.Logger.Error\n\tgithub.com/apache/camel-k/pkg/util/log/log.go:75\ngithub.com/apache/camel-k/pkg/util/maven.normalizeLog\n\tgithub.com/apache/camel-k/pkg/util/maven/maven_log.go:83\ngithub.com/apache/camel-k/pkg/util/maven.mavenLogHandler\n\tgithub.com/apache/camel-k/pkg/util/maven/maven_log.go:54\ngithub.com/apache/camel-k/pkg/util.scan\n\tgithub.com/apache/camel-k/pkg/util/command.go:77\ngithub.com/apache/camel-k/pkg/util.RunAndLog.func1\n\tgithub.com/apache/camel-k/pkg/util/command.go:56\ngolang.org/x/sync/errgroup.(*Group).Go.func1\n\tgolang.org/x/[email protected]/errgroup/errgroup.go:75"}
   
   Like:
   ```
   $ ag camel-k-knative e2e/
   e2e/global/builder/build_test.go
   54:                  "camel-k-knative",
   
   e2e/global/knative/knative_platform_test.go
   50:          operatorID := "camel-k-knative"
   ```


-- 
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]

Reply via email to