maven上传jar包含pom文件

mvn deploy:deploy-file 
-Dfile=D:\rate-limit-core-1.1.1.jar 
-DgroupId=com.alitrip.ratelimit 
-DartifactId=rate-limit-core 
-Dversion=1.1.1 
-Dpackaging=jar 
-Durl=http://xxxx:xxxx/repository/3rd-party 
-DrepositoryId=sf -s D:/software/apache-maven-3.5.0-bin/apache-maven-3.5.0/conf/settings.xml  指定setting文件
-DpomFile=D:\rate-limit-core\target\pom.xml   指定pom文件

打包忽略test

 

上传到maven私库的时候,注意制定pom文件

posted @ 2018-09-26 19:29  永远的七号  阅读(4895)  评论(0编辑  收藏  举报