Maven plugin for Grails.
Questions tagged [grails-maven]
17 questions
0
votes
1 answer
Unresolveable build extension while resolving grails plugins using maven
I am trying to compile a grails project using maven. I am getting the following error
[INFO] Scanning for projects...
[WARNING] The POM for org.grails.plugins:kickstart-with-bootstrap:jar:1.1.0 is missing, no dependency information available
[ERROR]…

Rammohan
- 493
- 6
- 27
0
votes
3 answers
Grails - maven building war with version number
I am developing grails app using maven.
While running command "mvn package" it generates the war with version no. But I want to generate war without version no and also want to exclude some jars. Here is my pom.xml

Tarun Nagpal
- 964
- 1
- 9
- 25