-
Bug
-
Resolution: Done
-
Critical
-
11.2.0
-
None
Due to the fact that our templates now use
<plugin> <groupId>org.jboss.redhat-fuse</groupId> <artifactId>camel-maven-plugin</artifactId> ... </plugin>
instead of
<plugin> <groupId>org.apache.camel</groupId> <artifactId>camel-maven-plugin</artifactId> ... </plugin>
the context menu for
Run as -> Local Camel Context Debug as -> Local Camel Context
do not show up.
We need to also check for the new group id.
IMPORTANT:
We need a test that prevents that kind of issue in future.