Nexus 存储库管理器找不到 pom 文件
我正在寻找 pom 文件: org.aspectj:aspectjrt:jar:1.6.11.M2 - 此 pom 位于 http://maven.springframework.org/milestone/org/aspectj/aspectjrt/1.6.11.M2/aspectjrt-1.6.11.M2.pom。
我如何让Nexus来获取这个pom?
我已将存储库 http://maven.springframework.org/milestone/ 添加到公共组。此存储库不公开关系索引。
我正在使用 Eclipse,将 Maven 配置为以推荐的方式指向我的本地 Nexus 存储库,但 Eclipse 中的 m2eclipse 一直说: 2011/04/18 1:34:59 PM: [WARN] The POM for org.aspectj:aspectjrt:jar :1.6.11.M2 丢失,没有可用的依赖信息
I am looking for the pom file: org.aspectj:aspectjrt:jar:1.6.11.M2 - this pom is available at http://maven.springframework.org/milestone/org/aspectj/aspectjrt/1.6.11.M2/aspectjrt-1.6.11.M2.pom.
How do I get nexus to fetch this pom?
I have added the repository http://maven.springframework.org/milestone/ to the public group. This repo does not expose a nexus index.
I am using eclipse with maven configured to point to my local nexus repository in the recommended fashion but eclipse an m2eclipse keep saying: 2011/04/18 1:34:59 PM: [WARN] The POM for org.aspectj:aspectjrt:jar:1.6.11.M2 is missing, no dependency information available
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试从本地m2目录(而不是nexus)中删除相应的目录(org.aspectj:aspectjrt:1.6.11.M2),然后重试。
Try to delete the corresponding directory (org.aspectj:aspectjrt:1.6.11.M2) from you local m2 directory (not from the nexus), and then try it again.