2017年9月5日
摘要: maven命令分为 build phase(build lifecycle phase) 和 plugin goal 两种。 例如命令:mvn clean dependency:copy-dependencies package,clean 和 package 是 build phase,而 dep 阅读全文
posted @ 2017-09-05 11:09 快鸟 阅读(534) 评论(0) 推荐(0)