<plugin name='excelImport' version='3.0.0.RC3' grailsVersion='3.1.10 &gt; *'>
  <type>org.grails.plugins.excelimport.ExcelImportGrailsPlugin</type>
  <issueManagement system='GITHUB' url='https://github.com/gpc/grails-excel-import/issues' />
  <grailsVersion>3.1.10 &gt; *</grailsVersion>
  <authorEmail></authorEmail>
  <developers>[[name:Jeff Scott Brown, email:brownj@ociweb.com]]</developers>
  <version />
  <author>Jean Barmash, Oleksiy Symonenko, Jeff Scott Brown</author>
  <organization name='EnergyScoreCards.com' url='http://www.energyscorecards.com/' />
  <title>Excel Import</title>
  <pluginExcludes>[grails-app/views/error.gsp]</pluginExcludes>
  <description>Excel-Import plugin uses Apache POI [http://poi.apache.org/] library (v 3.6) to parse Excel files.
It's useful for either bootstrapping data, or when you want to allow your users to enter some data using Excel spreadsheets.
</description>
  <name>excel-import</name>
  <documentation>http://grails.org/plugin/excel-import</documentation>
  <profiles>[web]</profiles>
  <license>APACHE</license>
  <scm url='https://github.com/gpc/grails-excel-import' />
  <resources>
    <resource>org.grails.plugins.excelimport.UrlMappings</resource>
    <resource>org.grails.plugins.excelimport.Application</resource>
    <resource>org.grails.plugins.excelimport.ExcelImportService</resource>
  </resources>
</plugin>