gmaven-plugin Questions
8
Solved
I have maven project wit java and groovy tests.
In command line maven compilation all tests are running, but in my IDEA project (which is created automatically, by "AutoImport maven projects", IDEA...
Bosporus asked 29/11, 2011 at 12:18
4
Solved
Is there a maven plugin available somewhere that utilizes GroovyDoc, preferably as a report?
I guess GMaven would be the place to look but the docs are ancient (1.0, whereas the current version is...
Theomancy asked 16/3, 2011 at 12:27
3
Solved
As per the top two answers in: maven dependencies groovy. I'm trying to compile a mixed Java 6 + Groovy project with Maven, using the GMaven-plugin from org.codehaus.gmaven. Up until yesterday we w...
Interflow asked 4/2, 2010 at 12:21
4
Solved
I have a project expected to deliver a jar file:
<packaging>jar</packaging>
but the jar is built in a custom way, so the default packaging done with jar:jar has been disabled
<pl...
Fante asked 4/5, 2012 at 12:54
4
Solved
We have a couple dozen java projects with a maven build and eclipse as IDE. Now I want to add support for groovy in these projects so inevitably I got to the gmaven plugin for the integration. Unfo...
Exstipulate asked 26/7, 2011 at 21:5
1
Solved
I'm running an external groovy script via gmaven plugin in pom.xml.
The external script is say 'myscript.groovy'.
I want to provide some parameters/arguments to myscript.groovy via the maven pom.x...
Wilderness asked 5/5, 2015 at 11:3
2
I'm trying to mvn clean install a maven project that has landed on my plate, however I'm getting an exception which I believe may be due to a version conflict of Groovy, this is what I get :
Faile...
Katabatic asked 6/8, 2012 at 11:15
4
We have some legacy code with Groovy, and we want to remove Groovy from the application, so, we need to get the java source code generated after using the gmaven plug-in.
Basically, in other words...
Dibru asked 31/10, 2012 at 7:2
2
Solved
Whenever I execute the gmaven plugin, I get the following problem
org.apache.maven.lifecycle.LifecycleExecutionException: Internal error in the plugin manager executing goal 'org.codehaus.groovy...
Frond asked 22/6, 2009 at 17:53
3
Solved
I have a situation where some of my groovy code references my java files, but I also have different java files that reference the same groovy code. When trying to compile in maven, I either need to...
Provocation asked 20/6, 2009 at 21:13
1
© 2022 - 2024 — McMap. All rights reserved.