将第三方jar包提交私有仓库错误:400 Repository version policy: SNAPSHOT does not allow version:
背景:在开发过程中,需要将第三方的jar提交的自己的私服仓库中。执行的命令:语法:mvndeploy:deploy-file-Dfile=jar全路径-DgroupId=groupId-DartifactId=artifactId-Dversion=版本-Dpackaging=jar-Durl=私服仓库地址-DrepositoryId=snapshots实际应用例如:mvndeploy:deplo