002649:Maven命令收集
1、deploy命令:将当前jar不是到本地仓库中 :clean deploy -Dmaven.test.skip=true
<distributionManagement> <repository> <id>localRepository</id> <url>file:D:/Workspace/Repository</url> </repository> </distributionManagement>
posted on 2019-02-21 18:45 ws563573095 阅读(71) 评论(0) 编辑 收藏 举报