I am trying to get all the jar needed for a maven project inside a specific folder.
I used the mvn dependency:copy-dependencies command.
It gives me the necessary jar files inside the taget/dependeny folder.
Although I can use move or copy coommand to copy these banks to another directory, is there a way to copy the dependencies in the directory of my choice directly?
maven dependencies
Bopsi
source share