RE: How to copy jars from local repository?

2006-07-26 Thread Frederik Bayart
:59 PM To: users@maven.apache.org Subject: How to copy jars from local repository? Hi, Am using Maven to build my multi module application which is based on Spring framework. To run the application, I place my modules jar files and dependency jars in a folder and use a batch file to include

How to copy jars from local repository?

2006-07-24 Thread Kapil Gupta\(CT\)
Hi, Am using Maven to build my multi module application which is based on Spring framework. To run the application, I place my modules jar files and dependency jars in a folder and use a batch file to include all the jars present in that folder in classpath and run the main class. While