Re: "mvn camel:run" in NetBeans

2011-11-07 Thread Robert J. Liguori
I figured in out: http://wiki.netbeans.org/MavenBestPractices Thanks! Robert On Mon, 07 Nov 2011 15:31:43 -0500, "Robert J. Liguori" wrote: > I believe that the build menu option in NetBeans invokes, "mvn install". > > How do I do any of the following in NetBeans? > > --> mvn compile > --> mv

"mvn camel:run" in NetBeans

2011-11-07 Thread Robert J. Liguori
I believe that the build menu option in NetBeans invokes, "mvn install". How do I do any of the following in NetBeans? --> mvn compile --> mvn camel:run --> mvn jetty:run --> mvn exec:java I'm asking here, as I'm trying to run the Apache Camel Example projects through NetBeans. Thanks! Robe