1、修改本地maven的setting.xml
E:/localMaven mirror central,jcenter mirror https://maven.aliyun.com/nexus/content/groups/public id username password pid id::default::http://... id::default::http://... id::default::http://... pid
2、本地打包推送
运行以下命令完成制品推送。
推送命令
mvn clean install org.apache.maven.plugins:maven-deploy-plugin:2.8:deploy -DskipTests



