0

我下载了以下,导航到其目录,然后输入mvn install.

从那时起,我在 STS 中的 Grails 项目将无法构建:

转换过程中的一般错误:抓葡萄时出错——[下载失败:org.codehaus.groovy#groovy;1.7.11!groovy.jar]

我想我不小心添加了对旧 groovy 1.7.11 的依赖。如何删除库并修复我的 Grails 项目?

4

1 回答 1

0

This project uses the old (v 1.x) version of groovy-eclipse. Here's how to fix:

  1. delete .project and .classpath (outside of eclipse)
  2. install m2e v1.2 into your eclipse
  3. install the groovy-eclipse m2e configurator
  4. import project using the "Import existing maven project wizard"
  5. Rejoice
于 2012-10-16T17:53:07.377 回答