When I try to build a Grails 1.1 project with Maven 2.0.9 or 2.1, I get this error:
[INFO] [grails:maven-compile {execution: default}]
Running pre-compiled script
Environment set to development
Plugin [debug-1.0.2] not installed, resolving..
Reading remote ...
|
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 ... |
I have recently started a new project using the maven grails archetype - at the time, (a few weeks ago), Grails 1.2.0 was the most recent release. Now that there's a ... |
- The goal: create my first Grails project, in IntelliJ, with Maven support.
- Myself: Noob to Groovy/Grails, has some Maven experience but not too much
- The tooling: Groovy 1.7.5, IntelliJ 9.0.3 and Maven 2.0
What ... |
When I try to create a Mavenized Grails 1.3.6 project using the archetype:
mvn archetype:generate -DarchetypeGroupId=org.grails
-DarchetypeArtifactId=grails-maven-archetype -DarchetypeVersion=1.3.6
-DgroupId=example -DartifactId=my-app
-DarchetypeRepository=http://repo1.maven.org/maven2
I get the error
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-archetype-plugin:2.0:generate
... |
I'm using Maven 2.2 with Grails 1.2.1. When trying to run the "integration-test" target, I get some cryptic warnings, which I can't figure out how to resolve ...
davea-mbp2:socialmediaproxy davea$ mvn ... |
I'm using Maven 3.0.3, Grails 1.2.1. I mavenized my Grails project, however, although I've created integration and unit tests, maven does not run them. Granted the tests are in ... |
|
I have a Maven/Grails app that almost builds, but fails to find web.xml at [my-app]\webapp\WEB-INF\web.xml. But the directory structure contains a web-app folder, as usual, not webapp.
Is this a matter of ... |
I'm working with IntelliJ IDEA 10.0.1 and Grails 1.3.7. I have a mavenized Grails project which depends on many logging libraries.
Here's the problem:
I have to use JCL as logging framework, but ... |
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 ... |
I need to set a different classpath for one single grails xxx command.
The point is that my application uses latest version of commons-httpclient. I have no problems with this. But after ... |
I need to build my Grails project with Maven, and it is necessary to add an additional grails command. I'm using the grails-maven-plugin to create the pom file, and I can ... |
I'm using Maven to build a Grails 1.3.7 project. It builds on my machine, but on the build server I get an AsyncException, which doesn't mean anything to me:
[INFO] [grails:maven-grails-app-war]
[INFO] Using ...
|