I have always used maven in development and generated projects using the maven "archetype:generate" target. I have performed those steps again on my current project but now I want to load the XML configuration file containing the Camel Context and route definitions from a Main java class. Is there a tutorial on how to do this?
So to explain better, I want a Java Main class that does the same as "mvn camel:run". Thank you.
