<plugin name='excelExport' version='2.1' grailsVersion='3.0.2 &gt; *'>
  <type>pl.touk.excel.export.ExcelExportGrailsPlugin</type>
  <authorEmail>jakubn@gmail.com</authorEmail>
  <developers>[[name:Jakub Nabrdalik, email:jakubn@gmail.com], [name:Mansi Arora, email:mansi.arora@tothenew.com]]</developers>
  <author>Jakub Nabrdalik</author>
  <documentation>https://github.com/TouK/excel-export/blob/master/README.md</documentation>
  <profiles>[web]</profiles>
  <description>This plugin helps you export data in Excel (xlsx) format, using Apache POI.</description>
  <title>Excel Export Plugin</title>
  <version />
  <grailsVersion>3.0.2 &gt; *</grailsVersion>
  <license>APACHE</license>
  <issueManagement system='Github' url='https://github.com/TouK/excel-export/issues' />
  <organization name='TouK' url='http://touk.pl/' />
  <name>excel-export</name>
  <scm url='https://github.com/TouK/excel-export' />
  <resources>
    <resource>pl.touk.excel.export.Application</resource>
  </resources>
</plugin>