<plugin name='newrelic' version='5.2.0' grailsVersion='3.0.0 &gt; *'>
  <type>grails.newrelic.NewrelicGrailsPlugin</type>
  <authorEmail>ben@agorapulse.com</authorEmail>
  <developers>[[name:C.P. Lim, email:c.p.lim@sensis.com.au]]</developers>
  <author>Benoit Hediard</author>
  <documentation>https://github.com/agorapulse/grails-newrelic</documentation>
  <profiles>[web]</profiles>
  <description>Newrelic plugin for Grails 3.0.
</description>
  <title>Newrelic Plugin</title>
  <version />
  <grailsVersion>3.0.0 &gt; *</grailsVersion>
  <license>APACHE</license>
  <pluginExcludes>[grails-app/views/error.gsp]</pluginExcludes>
  <issueManagement system='github' url='https://github.com/agorapulse/grails-newrelic/issues' />
  <organization name='AgoraPulse' url='http://www.agorapulse.com/' />
  <name>newrelic</name>
  <scm url='https://github.com/agorapulse/grails-newrelic' />
  <resources>
    <resource>grails.plugin.newrelic.NewRelicInterceptor</resource>
    <resource>grails.newrelic.Application</resource>
    <resource>grails.plugin.newrelic.NewRelicService</resource>
    <resource>grails.plugin.newrelic.NewRelicTagLib</resource>
  </resources>
</plugin>