jamesnetherton opened a new issue #1812:
URL: https://github.com/apache/camel-quarkus/issues/1812


   When choosing to use XML routes, you'll have a config property like:
   
   ```
   camel.main.xml-routes = classpath:routes/my-routes.xml
   ```
   
   If you want to build a native executable, then you must ensure the route XML 
file is added to the build via `-H:IncludeResources` or 
`quarkus.camel.native.resources.include-patterns`. 
   
   We should do this programatically so that users do not need to.


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to