I want to create a tool based on maven, when i add a dependency to pom.xml, i want to automatically extract some files from the download jar file and copy them to another folder. is it possible to extend the maven dependency plugin? Any advice is appreciated.
Share
You can create folders contains of all dependencies with Maven Dependency Plugin and simple sample added below
and you can copy jar files to desire folder with following plugin
http://evgeny-goldin.com/wiki/Copy-maven-plugin
this is a simple sample that you can use for copying files from dependency folder in target to another folder