maven-maven 编译 Velocity 源码出错

发布于 2016-12-24 04:22:30 字数 1129 浏览 1359 评论 2

从Velocity 的trunk分支http://svn.apache.org/repos/asf/velocity/engine/trunk拉下来的代码,用mvn install ,报错,编译结果如下:
[INFO] Scanning for projects...
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project org.apache.velocity:velocity-engine-parent:2.0.0-SNAPSHOT
(F:velocity-trunkpom.xml) has 1 error
[ERROR] Non-resolvable parent POM: Could not find artifact org.apache.veloci
ty:velocity-master:pom:1-SNAPSHOT and 'parent.relativePath' points at wrong loca
l POM @ line 25, column 13 -> [Help 2]
[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/ProjectBuildin
gException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableMo
delException

编译信息里的[Help 1]的wiki也不存在,该怎么解决呢?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

归属感 2017-07-01 13:45:07

看这个错误:The project org.apache.velocity:velocity-engine-parent:2.0.0-SNAPSHOT(F:velocity-trunkpom.xml) has 1 error,你将velocity-engine-parent也check下来。
如果你有eclipse,最好下载m2eclipse插件,这样在install之前能看到pom的错误。

瑾兮 2016-12-25 09:58:39

试了下,删除主pom里的

<parent>
<artifactId>velocity-master</artifactId>
<groupId>org.apache.velocity</groupId>
<version>1-SNAPSHOT</version>
</parent>

即可

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文