mvn deploy:deploy-file -Dfile=SF-CSIM-EXPRESS-SDK-V1.6.jar -DgroupId=com.sf.sdk -DartifactId=sf-csim -Dversion=1.6 -Dpackaging=jar -DrepositoryId=nexus -Durl=http://192.168.1.233:8081/repository/3rdPart/
-DgroupId= jar包的组名
-DartifactId= jar包名称
-Dversion= jar包版本
-Dfile= jar包绝对路径
-DrepositoryId= nexus服务器上仓库的名称
-Durl 远程仓库地址
网友评论