Hello everyone,
I am working on a Maven project using IntelliJ. There are many dependencis defined in pom.xml, and wondering if any easy way to get all the JARS (the reason why I want to get the JARs, is because during Java program runtime, I need to set the JARs into classpath)? Currently, I have to find and copy them one by one from Maven repository. If any tricks which could dump all JARs into one directory, it will be great.
thanks in advance,
Lin