If you want to copy a Maven project dependency to a specific location, the maven-dependency-plugin could help.
For example. if you want to copy the log4j-1.2.15.jar to the project target folder during mvn install. you can use the following piece of code.
Continue reading Maven – Copy A Dependency