我创建了Nexus 3指向Nexus 2托管存储库的代理存储库。这是为了在Nexus 2. 现在,在distributionManagement标签上,我正在使用代理 URL 并尝试执行mvn clean deploy. 我收到以下错误:
[INFO] Error deploying artifact: Failed to transfer file: http://nexus3url/repository/m2-snapshots/path/abc-1.1.4-SNAPSHOT.pom. Return code is: 405
Has anyone tried this?