<plugin name='jasper' version='2.1.0' grailsVersion='3.3.1 &gt; *'>
  <type>grails.plugins.jasper.JasperGrailsPlugin</type>
  <authorEmail>candrews@integralblue.com</authorEmail>
  <developers>[[name:Burt Beckwith, email:burt@burtbeckwith.com], [name:Puneet Behl, email:puneet.behl007@gmail.com], [name:Mansi Arora, email:mansi.arora@tothenew.com], [name:Manvendra Singh, email:manvendrask@live.com]]</developers>
  <author>Craig Andrews</author>
  <documentation>http://www.grails.org/plugin/jasper</documentation>
  <profiles>[web]</profiles>
  <description>
    Adds easy support for launching jasper reports from GSP pages.
    After installing, run your application and request (app-url)/jasper/demo for a demonstration and instructions.
    </description>
  <title>Jasper Plugin</title>
  <version />
  <grailsVersion>3.3.1 &gt; *</grailsVersion>
  <license>APACHE</license>
  <pluginExcludes>[grails-app/views/jasperDemo/demo.gsp, grails-app/views/error.gsp, public/reports/**, **/test/**, docs/**]</pluginExcludes>
  <issueManagement system='JIRA' url='https://github.com/puneetbehl/grails-jasper/issues' />
  <name>jasper</name>
  <scm url='https://github.com/puneetbehl/grails-jasper' />
  <resources>
    <resource>grails.plugins.jasper.UrlMappings</resource>
    <resource>grails.plugins.jasper.Application</resource>
    <resource>grails.plugins.jasper.BootStrap</resource>
    <resource>grails.plugins.jasper.JasperService</resource>
    <resource>grails.plugins.jasper.JasperTagLib</resource>
  </resources>
</plugin>