-DremoteRepositories为远程仓库地址
-DgroupId为分组id
-DartifactId为包的名字
-Dversion为版本号
nexus releases
mvn dependency:get -DremoteRepositories=http://admin:bizworks@nexus.6666.test/repository/maven-releases -DgroupId=org.apache.commons -DartifactId=maven-artifact -Dversion=2.0.6
nexus snapshots
mvn dependency:get -DremoteRepositories=http://admin:bizworks@nexus.6666.test/repository/maven-snapshots -DgroupId=org.apache.commons -DartifactId=commons-io -Dversion=6.6-20220320.073104-1
maven-releases,maven-snapshots可以替换组maven-public
网友评论