<plugin name='hibernateFilter' version='0.2.0' grailsVersion='3.1.9 &gt; *'>
  <type>org.grails.plugin.hibernate.filter.HibernateFilterGrailsPlugin</type>
  <authorEmail>scott@bulldoginfo.com</authorEmail>
  <developers>[[name:Burt Beckwith, email:beckwithb@vmware.com], [name:Alex Shneyderman, email:a.shneyderman@gmail.com], [name:Piotr Chowaniec, email:piotr.chowaniec@gmail.com]]</developers>
  <author>Scott Burch</author>
  <documentation>http://grails.org/plugin/hibernate-filter</documentation>
  <profiles>[web]</profiles>
  <description>Integrates Hibernate filtering into Grails 3</description>
  <title>Hibernate Filter plugin</title>
  <version />
  <observe>[*]</observe>
  <grailsVersion>3.1.9 &gt; *</grailsVersion>
  <loadAfter>[controllers, hibernate]</loadAfter>
  <license>APACHE</license>
  <pluginExcludes>[grails-app/domain/**]</pluginExcludes>
  <issueManagement system='JIRA' url='http://jira.grails.org/browse/GPHIBERNATEFILTER' />
  <name>hibernate-filter</name>
  <scm url='https://github.com/burtbeckwith/grails-hibernate-filter' />
  <resources>
    <resource>test.Foo</resource>
    <resource>test.Bar</resource>
    <resource>test.Foo2</resource>
    <resource>org.grails.plugin.hibernate.filter.HibernateFilterInterceptor</resource>
  </resources>
</plugin>
