Questions tagged [gmaven]

GMaven provides integration of Groovy into Maven.

GMaven provides integration of Groovy into Maven. See [gmaven-plugin].

34 questions
9
votes
4 answers

GMaven build fails with "An API incompatibility was encountered"

While trying to compile my project using the Maven Gmaven plugin, the following error occurred: [ERROR] Failed to execute goal org.codehaus.gmaven:gmaven-plugin:1.4:compile (default) on project concorde-web: Execution default of goal…
Marty Pitt
  • 28,822
  • 36
  • 122
  • 195
6
votes
2 answers

how to use the groovy maven plugin

I want to auto compile and run test when I use mvn test or mvn install I used to use gmaven-plugin and it works will. But when I use the groovy-maven-plugin,the new version of gmaven, it doesn't work! So how to config? Here is my pom.xml: