War Exec Plugin
Dependency :
runtime ":war-exec:1.0.3"
Summary
Makes the war files generated by Grails executable (java -jar myapp.war) by embedding Jetty. Jetty can be configured
using properties in Config.groovy.
Installation
Full documentation is here: https://github.com/davidtinker/war-execAdd a dependency to BuildConfig.groovy:Now you can do:
grails install-plugin war-exec
plugins {
runtime ':war-exec:1.0.1'
…
}$ grails dev war $ java -jar target/com.brandseye.myapp.war
Description
Full documentation is here: https://github.com/davidtinker/war-execMakes Grails war files executable (java -jar myapp.war) by embedding Jetty. Jetty can be configured using properties in Config.groovy.