Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
168 views

gmaven grails project not using maven-war-plugin

I'm having issues with a filtered context.xml file being packaged in a mvn grails:war execution. I have it working when you do mvn war:war but doing that doesn't create my grails application war. ...
0
votes
1answer
202 views

Grails 1.3.7 maven plugin cannot find hibernate dependency

I'm a little new to Grails, but here's the scenario: I'm using Grails 1.3.7 and I have a custom plugin with a dependency on Hibernate. In the MyPluginGrailsPlugin.groovy I have: def dependsOn = ...
0
votes
0answers
37 views

Maven-Grails plugin: How to preserve the stage directory?

I'm using Maven 3.0.3, Grails 1.3.7, with the latest version of the Maven-Grails plugin. I run the command mvn clean grails:run-war As part of running this command, the plugin creates a ...
0
votes
2answers
2k views

Grails and Local Maven Dependencies

I'm developing a small web frontend in Grails. It is basically a "ultra light-weight" client app that is connected async through JMS. I have two dependencies in the project that I would like to pull ...
0
votes
1answer
1k views

Maven Grails Building with 'mvn clean install' doesn't work

I've built a Maven Grails project which can be build fine using command mvn grails:war. However, using the standard mvn install fails to work - I get exceptions complaining that a util Java class ...