<plugin name='segment' version='3.0.0' grailsVersion='3.0.0.RC2 &gt; *'>
  <type>SegmentGrailsPlugin</type>
  <authorEmail>ben@benorama.com</authorEmail>
  <author>Benoit Hediard</author>
  <documentation>https://github.com/agorapulse/grails-segmentio</documentation>
  <description>The Segment Plugin allows your Grails application to use Segment.com. Segment.com lets you send your analytics data to any service you want, without you having to integrate with each one individually.</description>
  <title>Segment Plugin</title>
  <version />
  <grailsVersion>3.0.0.RC2 &gt; *</grailsVersion>
  <license>APACHE</license>
  <pluginExcludes>[grails-app/views/error.gsp]</pluginExcludes>
  <issueManagement system='github' url='https://github.com/agorapulse/grails-segmentio/issues' />
  <organization name='AgoraPulse' url='http://www.agorapulse.com/' />
  <name>segment</name>
  <scm url='https://github.com/agorapulse/grails-segmentio' />
  <resources>
    <resource>segment.Application</resource>
    <resource>grails.plugin.segment.SegmentService</resource>
    <resource>grails.plugin.segmentio.SegmentioService</resource>
    <resource>grails.plugin.segment.SegmentTagLib</resource>
    <resource>grails.plugin.segmentio.SegmentioTagLib</resource>
    <resource>grails.plugin.segment.IntercomHashCodec</resource>
  </resources>
</plugin>