Maven 打包插件(1)—— maven-dependency-plugin 的使用方法

1、利用maven-dependency-plugin插件使用及场景
https://www.cnblogs.com/lianshan/p/7350614.html

2、dependency:unpack
https://maven.apache.org/plugins/maven-dependency-plugin/unpack-mojo.html

3、Unpacking specific artifacts
https://maven.apache.org/plugins/maven-dependency-plugin/examples/unpacking-artifacts.html

4、Maven学习笔记(十三)-maven-dependency-plugin插件
https://blog.csdn.net/u011781521/article/details/79055605

你可能感兴趣的:(Maven)