在IntelliJ Idea中导入Apache Velocity

时间:2017-08-25 04:55:04

标签: maven intellij-idea apache-velocity

我在mac上使用IntelliJ IDEA并想要导入Apache Velocity。在我的pom.xml文件中:

<dependencies>
    <!-- https://mvnrepository.com/artifact/org.apache.velocity/velocity -->
    <dependency>
        <groupId>org.apache.velocity</groupId>
        <artifactId>velocity</artifactId>
        <version>1.7</version>
    </dependency>
</dependencies>

我收到错误

Failed to read artifact descriptor for org.apache.velocity:jar:1.7

我还需要添加其他设置吗?

1 个答案:

答案 0 :(得分:0)

这是Itellij Idea的全新安装,我必须设置以下内容:

IntelliJ Idea -> Preferences -> Build, Execution, Deployment -> 
Build Tools -> Maven -> Always update snapshots -> Apply -> Ok

当然,您只需下载jar文件并将其作为模块导入即可。