重装了eclipse,maven出错了,求助
重装了eclipse4.3自带m2e,配置了本地maven,倒入原来的maven项目
pom.xml报错了
Failure to transfer org.apache.maven:maven-archiver:pom:2.4.1 from http://10.200.1.253:8080/nexus/content/groups/groupid was cached in the local repository, resolution will not be reattempted until the update interval of groupid has elapsed or updates are forced. Original error: Could not transfer artifact org.apache.maven:maven-archiver:pom:2.4.1 from/to groupid (http://10.200.1.253:8080/nexus/content/groups/groupid): java.net.ConnectException: connection timed out to http://10.200.1.253:8080/nexus/content/groups/groupid/org/apache/maven/maven-archiver/2.4.1/maven-archiver-2.4.1.pom
“http://10.200.1.253:8080/nexus/content/groups/groupid”是我的私服仓库,这个链接用IE能访问
报的错是怎么回事?
新建maven工程,提示:
Unable to create project from archetype [org.apache.maven.archetypes:maven-archetype-webapp:RELEASE]
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
没懂啊 我原来的eclipse都没问题
没懂,我需要改什么?
http://hi.baidu.com/danghj/item/8a18ed9984ed6588581461af
可以使用 $mvn archetype:generate -DarchetypeCatalog=internal archetypeCatalog表示插件使用的archetype元数据,默认值为remote,local,即中央仓库archetype元数据 (http://repo1.maven.org/maven2/archetype-catalog.xml)加上插件内置元数据的和 由于中央仓库的archetype太多,导致这个列表太长 因此自己指定仅用内置元数据(20个左右,好像),就可以解决你的烦恼了