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…
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: