Cargo Deploy Plugin
Dependency :
compile ":cargo-deploy:0.1"
Summary
This allows deployment of your grails applicaiton WAR file directly to an application server.
This plugin uses the cargo libraries to deploy WAR files and manage servlet containers. If you wish to check to see if your servlet container is supported, see: http://cargo.codehaus.org/
Installation
Add the following to the section of your BuildConfig.groovy
plugins { … }compile ":cargo-deploy:0.1"Description
Allows you to deploy your Grails application WAR directly to an application server from within the grails command line. Advanced features allow for self-deployment within an application.Please see the User Guide more information