Top "Gmaven-plugin" questions

The GMaven Plugin provides integration of Groovy into Maven

Groovy file does not compile in Intellij IDEA

I have maven project wit java and groovy tests. In command line maven compilation all tests are running, but in …

maven groovy intellij-idea gmaven-plugin
A required class was missing while executing org.codehaus.gmaven:gmaven-plugin:1.3:testCompile: groovy/lang/Closure

I'm trying to mvn clean install a maven project that has landed on my plate, however I'm getting an exception …

maven groovy gmaven-plugin gmaven
Getting org.codehaus.groovy.control.MultipleCompilationErrorsException using gmaven plugin

This is my sample program, while compiling using mvn it throws me the compilation error, i'm trying to add a …

groovy gmaven-plugin expandometaclass
maven compile groovy

I have a situation where some of my groovy code references my java files, but I also have different java …

java maven-2 groovy dependencies gmaven-plugin
Error in gmaven-plugin execute goal

I want to call execute goal of gmaven plugin (org.codehaus.gmaven:gmaven-plugin:execute ), but I have an exception. Any …

maven groovy gmaven-plugin gmaven
Executing Groovy script from Maven

When executing Groovy script from Maven I get the following error: [ERROR] Failed to execute goal org.codehaus.groovy.maven:…

maven groovy gmaven-plugin