我正在使用STS 3.6.1,Java 7,Grails 2.4.3。
创建普通的Grails项目时,效果很好。但是,我的Grails项目需要依赖于其他java项目,因此我将其转换为maven项目。在那之后STS提示错误
Could not find the grails dependency file. This probably means that there is a bad dependency in the pom file.
java.lang.Exception
maven grails项目可以用grails命令构建。
如何解决问题?或者如果有遍历让grails项目依赖于其他Java项目。