摘要: mvn clean package依次执行了clean、resources、compile、testResources、testCompile、test、jar(打包)等7个阶段。mvn clean install依次执行了clean、resources、compile、testResources、 阅读全文
posted @ 2019-04-06 16:16 teaChat 阅读(105) 评论(0) 推荐(0) 编辑