MyEclipse2104中配置完Maven之后创建Maven项目就报这个错!仓库的问题吗!
本地仓库不存在的话,应该会调用远程仓库呀
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
本地仓库不存在的话,应该会调用远程仓库呀
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(8)
pom文件找不到。
回复
这种问题该如何解决呢!
回复
添加pom文件,具体百度一大把
回复
pom文件在MyEclipse中创建maven项目时不是会自动生成的吗?
回复
你自己看下有没有不就知道了,若没有就补上。
C:Usersdanielpeter>mvn archetype:create -DgroupId=org.sonatype.mavenbook.ch3
-DartifactId=simple -DpackageName=org.sonatype.mavenbook
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.482 s
[INFO] Finished at: 2014-09-17T10:41:16+08:00
[INFO] Final Memory: 3M/247M
[INFO] ------------------------------------------------------------------------
[ERROR] The goal you specified requires a project to execute but there is no POM
in this directory (C:Usersdanielpeter). Please verify you invoked Maven from
the correct directory. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
ch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please rea
d the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MissingProject
Exception
这又是什么问题!(Maven初学者)求指教
配置了
setting.xml看下有没有配置仓库