grails - How to build from my checkout directory ... with a twist -


we're using maven 3 git our scm system. using latest version of scm plugin (1.5). our project in grails 1.2.1 (java 1.5). question is, how run single command generate war file after doing checkout our repo?

this question seems complicated fact we're using grails project (and hence maven-grails plugin, version 1.3.4). grateful info have, - dave

i'm assuming command line below below wont work because of requirement use maven.

grails <environment> war 

you can generate pom.xml existing grails project following command. can useful starting point.

mvn grails:create-pom 

more documentation grails's maven integration can found here: http://grails.org/doc/latest/guide/4.%20the%20command%20line.html#4.5%20ant%20and%20maven


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -