essobedo commented on PR #8728:
URL: https://github.com/apache/camel/pull/8728#issuecomment-1320348161

   I rather prefer that we add an exception in the maven plugin directly as it 
has already been done 
[here](https://github.com/apache/camel/blob/main/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/EndpointDslMojo.java#L1000-L1005)
   
   Simply adds:
   ```
               case 
"org.apache.camel.component.elasticsearch.ElasticsearchComponent":
                   return "ElasticsearchRest";
   ```


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