<plugin name='recaptcha' version='3.2.0' grailsVersion='3.0.1 &gt; *'>
  <type>com.megatome.grails.RecaptchaGrailsPlugin</type>
  <authorEmail>cjohnston@megatome.com</authorEmail>
  <author>Chad Johnston</author>
  <documentation>http://iamthechad.github.com/grails3-recaptcha/</documentation>
  <profiles>[web]</profiles>
  <description>Protect your website from spam and abuse while letting real people pass through with ease.
</description>
  <title>ReCaptcha support for Grails</title>
  <version />
  <grailsVersion>3.0.1 &gt; *</grailsVersion>
  <license>APACHE</license>
  <pluginExcludes>[grails-app/views/error.gsp]</pluginExcludes>
  <issueManagement system='Github' url='https://github.com/iamthechad/grails3-recaptcha/issues' />
  <name>recaptcha</name>
  <scm url='https://github.com/iamthechad/grails3-recaptcha' />
  <resources>
    <resource>grails.recaptcha.Application</resource>
    <resource>com.megatome.grails.RecaptchaTagLib</resource>
    <resource>com.megatome.grails.RecaptchaService</resource>
  </resources>
</plugin>