mvn deploy:deploy-file -DgroupId=groupId -DartifactId=dartifactId -Dversion=1.0.0-SNAPSHOT -Dpackaging=jar -Dfile=D:\Utils-1.0.0SNAPSHOT.jar -Durl=http://xxx.xxx.xx.xx/repository/jcy-snapshots/ -DrepositoryId=snapshots
参数详解
-DgroupId : 对应 <groupId></groupId>
-DartifactId :对应<artifactId></artifactId>
-Dversion: 对应<version></version>
-Dfile: 本地文件地址
-Durl: 远程的仓库地址
-DrepositoryId : 仓库id
maven上传本地文件到远程仓库
最新推荐文章于 2024-04-01 09:31:12 发布