Hi The Camel Maven Plugin is a hot topic these days :) so I came accross something which I think the documentation is wrong:
http://camel.apache.org/camel-maven-plugin.html As I was looking into my own comment for CAMEL-7028 I realized that our RunMojo boots up Camel JUST inside a new Thread of the SAME process Maven already running inside. But does not really spawn a NEW JVM at all. I'm NOT a Maven expert so please correct me if I'm wrong. Babak