<plugin name='groovations' version='0.1.2' grailsVersion='2.2 &gt; *'>
  <author>David A. Purcell</author>
  <authorEmail>dpurcell@commercehub.com</authorEmail>
  <title>Groovations - The Groovy Migrations Plugin</title>
  <description>(((Automatically run Groovy based migration scripts.
 + Grails console scripts are powerful tools for performing data migrations, since they have access to business logic and domain classes. ) + Running these scripts manually means that sometimes these scripts do not get run on all environments and there is no visibility into what ) + scripts have been run or need to be run.

This plugin was created to automate the script execution process and provide visibility and consistency.)</description>
  <documentation>http://commercehub-oss.github.io/grails-groovations</documentation>
  <type>GroovationsGrailsPlugin</type>
  <resources>
    <resource>spring.resources</resource>
    <resource>com.commercehub.grails.groovations.GroovationsController</resource>
    <resource>com.commercehub.grails.groovations.GroovationsService</resource>
  </resources>
  <repositories>
    <repository name='grailsCentral' url='http://grails.org/plugins' />
    <repository name='mavenCentral' url='http://repo1.maven.org/maven2/' />
  </repositories>
  <dependencies>
    <compile>
      <dependency group='org.mongodb' name='mongo-java-driver' version='2.12.4' />
    </compile>
  </dependencies>
  <plugins />
  <runtimePluginRequirements />
  <behavior />
</plugin>