我正在尝试在我的 Maven 项目中使用 netty-codec-hhtp。我有一个完全标准的 Sonatype Nexus 设置来代理对 Maven Central 的请求。
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-http</artifactId>
<version>4.0.9.Final</version>
</dependency>
使用 Maven 构建时失败。如果我在 Nexus 中手动搜索它,我会找到它,但如果我去下载 jar,它会告诉我:
404 - Not Found
Automatic routing filter rejected remote request for path /io/netty/netty-codec-http/4.0.9.Final/netty-codec-http-4.0.9.Final.jar from M2Repository(id=central)
这甚至意味着什么,为什么我会得到它,也许更重要的是,我该如何解决它?我将 Nexus 2.5.0-04 与 Maven 3.0.4 一起使用
下载其他工件似乎工作得很好。