Maven指定文件上传远程仓库【非中央仓库】

mvn deploy:deploy-file -DgroupId=xxxx -DartifactId=xxxx -Dversion=1.0.0 -Dpackaging=jar -Dfile=xxxx.jar -Durl=http://xxxx -DrepositoryId=ossandroid 配置maven:maven <server>       <id>oss</id>       <use
相关文章
相关标签/搜索