Plugins You can find out about all the publicly available Grails plugins.

Release Plugin

6 votes

6% of Grails users

Allows you to publish Grails plugins, either to a public or private repository. It also supports deploying Grails applications and plugins to Maven repositories without the need to use Maven directly. Read more

Dependency :
build ":release:3.0.0"

Documentation Source Issues

Cxf Client - Support for Soap Service Endpoints

2 votes

Used for easily calling soap web services. Provides wsdl2java grails target to easily generate code into src/java from configured cxf clients. Ability to dynamically update endpoint at runtime. Read more

Dependency :
compile ":cxf-client:1.5.3"

Documentation Source

Build Info

  • Tags : /
  • Latest : 1.2.4
  • Last Updated: 15 April 2013
  • Grails version : 1.1.1 > *
2 votes

Provides a controller/view that display basic information about the war file including the

  • date/time the war file was built
  • application version number
  • grails version
  • grails environment (currently running, not necessarily the environment used to build the war file)
  • plugins installed (and which version)
If Hudson/Jenkins is used to build the war file the following Hudson environment variables are also displayed:
  • BUILD_NUMBER
  • BUILD_ID
  • BUILD_TAG
  • SVN_REVISION
  • GIT_COMMIT
  • GIT_BRANCH
Read more

Dependency :
compile ":build-info:1.2.4"

Documentation Source Issues

Previous1..567891011121314..94Next