<plugin name='export' version='2.0.0' grailsVersion='3.0.1 &gt; *'>
  <type>grails.plugins.export.ExportGrailsPlugin</type>
  <issueManagement system='JIRA' url='http://jira.grails.org/browse/GPEXPORT' />
  <grailsVersion>3.0.1 &gt; *</grailsVersion>
  <authorEmail>grails.plugin.collective@gmail.com</authorEmail>
  <dependsOn />
  <version />
  <author>Grails Plugin Collective</author>
  <organization name='Grails Plugin Collective' url='http://github.com/gpc' />
  <title>Export Plugin</title>
  <pluginExcludes>[grails-app/views/error.gsp]</pluginExcludes>
  <description>This plugin offers export functionality supporting different formats e.g. CSV, Excel, Open Document Spreadsheet, PDF and XML 
and can be extended to add additional formats. 
</description>
  <name>export</name>
  <documentation>http://grails.org/plugin/export</documentation>
  <license>APACHE</license>
  <scm url='https://github.com/gpc/grails-export' />
  <resources>
    <resource>grails.export.Application</resource>
    <resource>grails.plugins.export.ExportService</resource>
    <resource>grails.plugins.export.ExportTagLib</resource>
  </resources>
</plugin>