grails create-plugin simpleplugin Usage
A plugin provides additional capability to the Grails runtime and is created with the create-plugin command:
This will create a plugin project which can then be packaged with package-plugin:
grails package-pluginTo install the plugin to your local Maven repository you can use the install command:
grails installRefer to the user guide topic on plugins for more information.