<plugin name='executor' version='0.4' grailsVersion='3.1 &gt; *'>
  <type>grails.plugins.executor.ExecutorGrailsPlugin</type>
  <issueManagement system='GITHUB' url='https://github.com/uberall/grails-executor/issues' />
  <grailsVersion>3.1 &gt; *</grailsVersion>
  <authorEmail>joshua@greenbill.com</authorEmail>
  <developers>[[name:Florian Langenhahn, email:florian.langenhahn@uberall.com]]</developers>
  <version />
  <author>Joshua Burnett</author>
  <organization name='uberall GmbH' url='https://uberall.com' />
  <title>Concurrency / asynchronous / background process plugin</title>
  <loadAfter>[core, hibernate]</loadAfter>
  <pluginExcludes>[layouts/**/**, grails/plugins/executor/test/**/**]</pluginExcludes>
  <description>its all concurrent baby.</description>
  <name>executor</name>
  <documentation>http://github.com/uberall/grails-executor</documentation>
  <profiles>[web]</profiles>
  <license>APACHE</license>
  <scm url='https://github.com/uberall/grails-executor' />
  <resources />
</plugin>