用Archetype新建Maven项目失败
Eclipse Java EE IDE for Web Developers.Version: Helios Service Release 1
Build id: 20100917-0705
提示:
could not resolve archetype
org.apache.maven.archetypes:maven-archetype-quickstart:RELEASE from any of the configured repositories.
我通过命令行是可以创建的。
刚刚开始学习,如果有表达不清楚的,还请赐教 --------------------编程问答-------------------- --------------------编程问答-------------------- 怎么没人回复呢,我也遇到此问题了! --------------------编程问答-------------------- 当你把这个项目打包的时候,就会自动下载的,就可以了。如果是在公司,是不可下载的,就会报这样的错的 --------------------编程问答-------------------- 难道公司不能联网的问题吗? --------------------编程问答-------------------- 有人搞定了没。
同志都用的哪些源。麻烦分享一下啊。
--------------------编程问答-------------------- eclipse 配置 一下 maven 的 offline 、download 设置, 还有 settings.xml 的位置 --------------------编程问答-------------------- 打开 Maven repositories->local repositories 选择 Local repository 点刷新,然后新建工程就ok了。 --------------------编程问答-------------------- 除 --------------------编程问答-------------------- Could not resolve archetype org.apache.maven.archetypes:maven-archetype-webapp:RELEASE from any of the configured repositories.
补充:Java , Eclipse