<plugin name='remora' version='1.0.1' grailsVersion='3.1.9 &gt; *'>
  <type>com.neilab.plugins.remora.RemoraGrailsPlugin</type>
  <author>James Whitfield</author>
  <organization name='NEiLAB, LLC' url='http://neilab.com/' />
  <title>Remora</title>
  <grailsVersion>3.1.9 &gt; *</grailsVersion>
  <pluginExcludes>[grails-app/views/error.gsp, **/remora/test/**]</pluginExcludes>
  <authorEmail>valerius@neilab.com</authorEmail>
  <description>Remora is a Grails Image / File Upload Plugin initially based on the Selfie plugin. Use Remora to attach files to your domain models, upload to a CDN, validate content, produce thumbnails
</description>
  <name>remora</name>
  <documentation>http://grails.org/plugin/remora</documentation>
  <profiles>[web]</profiles>
  <license>APACHE</license>
  <scm url='https://github.com/neilabdev/remora' />
  <version />
  <resources>
    <resource>com.neilab.plugins.remora.UrlMappings</resource>
    <resource>com.neilab.plugins.remora.Application</resource>
    <resource>com.neilab.plugins.remora.AttachmentService</resource>
  </resources>
</plugin>