maven 推送snashorts包
mvn deploy:deploy-file -DgroupId=com.baidu.test -DartifactId=hello-service-interface -Dversion=1.0.0-SNAPSHOT -Dpackaging=jar -Dfile=C:\maven\apache-maven-3\repository\com\baidu\test\hello-service-interface\1.0.0-SNAPSHOT\hello-service-interface-1.0.0.jar -Durl=https://test.nexus.com/repository/maven-snapshots -DrepositoryId=nexus
前提
本地maven的settings.xml已配置好私服地址。
注意service的id。