You can copy all maven depdendencies to a folder using the maven depdendency plugin:
mvn dependency:copy-dependencies

The professional way to package your project is to use the maven assembly plugin. This creates a zip file with all needed dependencies and starters ... It takes a bit to learn how to use it but it is well worth to spend the time.

You can also let maven create .war files or an osgi bundle. If you need more help about these just say so.

Christian

See also http://maven.apache.org/plugins/maven-dependency-plugin/copy-dependencies-mojo.html

Am 07.10.2011 21:42, schrieb newbiee:
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.


--
Christian Schneider
http://www.liquid-reality.de

Open Source Architect
http://www.talend.com

Reply via email to