<plugin name='grailsAws' version='2.0.4' grailsVersion='3.0.0 &gt; *'>
  <type>grails.aws.GrailsAwsGrailsPlugin</type>
  <developers>[[name:Lucas Teixeira, email:lucastex@gmail.com], [name:Jay Prall, email:jay@prall.net]]</developers>
  <description>Amazon Web Services (AWS) grails plugin provides easy access to simpler functions of AWS</description>
  <title>Grails AWS Plugin</title>
  <version />
  <observe>[services, controllers]</observe>
  <grailsVersion>3.0.0 &gt; *</grailsVersion>
  <loadAfter>[services, controllers]</loadAfter>
  <license>APACHE</license>
  <pluginExcludes>[grails-app/views/**, grails-app/controllers/**/*Controller.groovy, grails-app/services/**/*Service.groovy, src/docs/**, testScripts/*.groovy]</pluginExcludes>
  <issueManagement system='GITHUB' url='https://github.com/grails-aws/grails-aws/issues' />
  <organization name='Grails AWS' url='https://github.com/grails-aws' />
  <name>grails-aws</name>
  <scm url='https://github.com/grails-aws/grails-aws' />
  <resources>
    <resource>BootStrap</resource>
    <resource>grails.aws.Application</resource>
  </resources>
</plugin>