你好,我正在尝试将groovy与java一起使用,在java maven项目上,我想我提供了运行良好所需的所有工件和插件,这是我的pom:
pom 内容
这是尝试构建后捕获的异常
我将其链接到pastebin,因为我启用了-X选项来获取完整的堆栈跟踪trace
Hello I'm trying to use groovy with java, on java maven project, I think I provided every artifacts and plugins needed to run it well, here is my pom :
pom content
and here is the exception caught after trying to build
I linked it to pastebin cause I enabled -X option to get full stack trace trace
发布评论
评论(1)
最后,受这个项目的启发,我找到了一种让 pom 与 gmaven 1.4、groovy 2.0 和 java 7 一起工作的方法 "primefaces-groovy-cassandra"
这是一个 war 类型应用程序的简单 pom :
Finally I found a way to get a pom working with gmaven 1.4, groovy 2.0 and java 7, inspired by this project "primefaces-groovy-cassandra"
here is a simple pom of a war type application :
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">