mave 笔记

有时maven在myeclipse配置不好用,可直接cmd到项目目录下执行下面命令,将maven包下载到当前文件夹的lib目录下

mvn dependency:copy-dependencies -DoutputDirectory=lib

原文地址:https://www.cnblogs.com/lansefengmeng/p/5070163.html