上传jar包(模块打包方式为jar)
mvn deploy:deploy-file -DgroupId=org.geotools -DartifactId=gt-api -Dversion=10.3 -Dpackaging=jar -Dfile=C:\Users\Nihaorz\Desktop\geotools\gt-api\10.3\gt-api-10.3.jar -Durl=http://192.168.100.154:8081/repository/geostack-releases/ -DrepositoryId=releases -DpomFile=C:\Users\Nihaorz\Desktop\geotools\gt-api\10.3\gt-api-10.3.pom
上传pom(模块打包方式为pom)
mvn deploy:deploy-file -DgroupId=org.geotools -DartifactId=geotools -Dversion=10.3 -Dpackaging=pom -Dfile=C:\Users\Nihaorz\Desktop\geotools\geotools\10.3\geotools-10.3.pom -Durl=http://192.168.100.154:8081/repository/geostack-releases/ -DrepositoryId=releases
标签:10.3,gt,geotools,为例,pom,私服,jar,api From: https://www.cnblogs.com/lvjinlin/p/18128395