开发者

Nexus Repository Manager not finding pom file

开发者 https://www.devze.com 2023-02-26 21:29 出处:网络
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.p开发者_开发

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.p开发者_开发百科om.

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


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消