使用maven构建速度时出错

时间:2016-10-10 13:02:22

标签: java apache maven velocity

我已经从http://velocity.apache.org/download.cgi下载了velocity-1.7.zip,然后我按照http://velocity.apache.org/engine/devel/build.html

上的步骤进行了操作

但是当我输入mvn build时报告错误。

以下是消息: enter image description here 我该如何解决?非常感谢你!

1 个答案:

答案 0 :(得分:0)

您是下载了源代码还是仅下载了二进制文件?

看起来缺少pom.xml文件,maven运行构建需要该文件。您可以从http://svn.apache.org/repos/asf/velocity/engine/branches/1.7.x/pom.xml

下载