我正在尝试将tera数据罐手动上传到Nexus存储库,因为这些在maven中心不可用,但我得到的返回码是:502,ReasonPhrase:notresolvable issue,
以下是代码: mvn deploy:deploy-file -DgroupId = com.teradata.jdbc -DartifactId = tdgssconfig -Dversion = 16.00.00.33 -
DgeneratePom = true -Dpackaging = jar -DrepositoryId = SFMavenMirror -Durl = http://azurnae-
ap019.xxx.yy.net:2065/repository/maven-central -Dfile = E:/Jars/tdgssconfig-16.00.00.33.jar
错误是:
[错误]无法在项目standalone-pom上执行目标org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy-file(default-cli):无法部署工件:无法传输工件com .teradata.jdbc:terajdbc4:jar:16.00.00.33 from / to SFMavenMirror(http://azurnae-ap019.xxx.yy.net:2065/repository/maven-central):无法传输文件:http://azurnae-ap009.xxx.yy.net:2065/repository/maven-central/com/teradata/jdbc/terajdbc4/16.00.00.33/terajdbc4-16.00.00 .33.jar。返回码为:502,ReasonPhrase:notresolvable。 - > [帮助1] [错误] [错误]要查看错误的完整堆栈跟踪,请使用-e开关重新运行Maven。