Last Updated: February 25, 2016
·
612
· atermenji

Download maven dependencies for non-Maven users

If you want to get all dependencies from pom.xml to add them manually (e.g. you are using Eclipse without m2e plugin) you can do this by following command:
mvn dependency:copy-dependencies -DexcludeTransitive=true -DexcludeScope=provided -DoutputDirectory=../app/libs