Nexus 私有资源库 上传jar包

上传单刀信鸽Jar

mvn deploy:deploy-file -DgroupId=com.sainti.thirdparty -DartifactId=xinge-push -Dversion=1.0 -Dpackaging=jar -DrepositoryId=Ls -Dfile=D:\MaveJar\PushJavaSDK.jar -Durl=http://42.202.130.44:8081/repository/Ls

拆分解析:
mvn
deploy:deploy-file
-DgroupId=com.sainti.thirdparty groupId
-DartifactId=xinge-push artifactId
-Dversion=1.0 版本号
-Dpackaging=jar文件类型
-DrepositoryId=Ls -Dfile=D:\MaveJar\PushJavaSDK.jar 文件地址
-Durl=http://42.202.130.44:8081/repository/Ls私库地址

你可能感兴趣的:(Nexus 私有资源库 上传jar包)