<plugin name='runtimeDatasources' version='0.2-grails3' grailsVersion='3.0.1 &gt; *'>
  <type>grails.plugin.rtdatasources.RuntimeDatasourcesGrailsPlugin</type>
  <issueManagement system='GitHub' url='https://github.com/domurtag/runtime-datasources/issues' />
  <author>Dónal Murtagh</author>
  <title>Runtime Datasources Plugin</title>
  <grailsVersion>3.0.1 &gt; *</grailsVersion>
  <pluginExcludes>[grails-app/views/error.gsp]</pluginExcludes>
  <authorEmail>domurtag@yahoo.co.uk </authorEmail>
  <description>Allows an application to add or remove JDBC datasources at runtime</description>
  <name>runtime-datasources</name>
  <documentation>https://github.com/domurtag/runtime-datasources</documentation>
  <profiles>[web]</profiles>
  <license>APACHE</license>
  <scm url='https://github.com/domurtag/runtime-datasources' />
  <version />
  <resources>
    <resource>grails.plugin.rtdatasources.RuntimeDataSourceService</resource>
    <resource>runtime.datasources.g3.Application</resource>
  </resources>
</plugin>