Re: How to use maven to gather all (or some) dependent jar files

2009-05-12 Thread Steve Lihn
Copy-dependencies and the assembly plugin are what I am looking for. I currently use a home grown perl script to do these tasks. It will be very nice once I can integrate all these tasks into maven. Thanks for the suggestions. Steve On Mon, May 11, 2009 at 9:08 AM, Joe Hindsley

Re: How to use maven to gather all (or some) dependent jar files

2009-05-11 Thread Joe Hindsley
The way I've done this in the past is to use the assembly plugin to generate a distribution zip/tar. The unpacked structure looks like: /bin /lib /conf /log In the bin directory, you would add a shell script that sets up the runtime environment and invokes the mule runtime. The lib directory

RE: How to use maven to gather all (or some) dependent jar files

2009-05-05 Thread Andrei Solntsev
Hi Steve, There is a simple answer: mvn dependency:copy-dependencies Please refer to http://maven.apache.org/plugins/maven-dependency-plugin/ Andrei Solntsev, Software Developer HireRight Estonia AS -Original Message- From: Steve Lihn [mailto:stevel...@gmail.com] Sent: Wednesday,