Hi,
I have a maven repository that manages dependencies for my projects. Currently
in my release environment I am manually doing a wget for all the jars that I
depend on.
I have my main project jar, but then I also have several other dependent jars I
need from maven. I don't want a local repository on released product, so I was
wondering if there is a command to get all the dependencies into a fixed folder
(eg. thirdparty_libs). Then I can configure my software to add that folder to
the CLASSPATH.
Thanks a lot for your time and help.
- John E