Hi, I have a java program which I used to build with ant. Now I switched to maven because of the easier handling of jar file dpenedencies. Unfortunately now these jar files are no longer "there", they're somewhere in the repository but not inside my project directory and it's not trivial to find and add them to the classpath when I want to run my program. Is there a simple solution, how do I set the classpath in the shell to run the program? Or how do I make maven copy the jar files from the repository to somewhere I can use them?
Thanks for your help, and best regards, ute --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
