mvn install Should build you a jar in target/ that contains your dependencies. You probably want to package your projects in this way rather than manually copying class files and jar dependencies around manually.
On Oct 7, 2011, at 12:42 PM, newbiee <m_ess...@hotmail.com> wrote: > I would like to first thank for prompt replies. CAMEL is a great product and > through this site, I'm learning and making my concenpts clear. > > Here is my question: > > I am successfully running examples using MAVEN. MAVEN compiles the java code > and retrieved all the dependencies. Now suppose I want to take the compiled > code and run on a different machine. I need to know what else will I need > to copy besides the CLASS files in order to be able to successfully run the > compiled code on a different machine. > > Thank you > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/running-a-CAMEL-exmple-tp4881222p4881222.html > Sent from the Camel - Users mailing list archive at Nabble.com.