how to get all dependent JARS in Maven easily?
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
请先登录再写评论。
Thanks Vojtěch Krása,
Wondering what is the value for "${project.basedir}", is it the directory where pom.xml is located? Thanks.
regards,
Lin
Hi Vojtěch Krása,
Any comments to my above question is appreciated. Thanks.
regards,
Lin
umm, it probably is, just try it