Hi I am learning Camel (using Camel in action). When I try to run a Maven command in cmd e.g. mvn compile exec:java -Dexec.mainClass=camelinaction.GreetMeBean
I get an error:
[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.1.1:java (default-cli) on project chapter2: An exception occured while executing the Java class. camelinaction.GreetMeBean -> [Help 1]
Apparently I am missing a plugin, but I don't understand how to get this plugin.