<plugin name='gormEnvers' version='0.3' grailsVersion='3.0.3 &gt; *'>
  <type>gorm.envers.GormEnversGrailsPlugin</type>
  <grailsVersion>3.0.3 &gt; *</grailsVersion>
  <authorEmail>yingliang_d@yahoo.com</authorEmail>
  <license>APACHE</license>
  <pluginExcludes>[grails-app/views/error.gsp]</pluginExcludes>
  <issueManagement system='JIRA' url='https://github.com/Yingliang-Du/gorm-envers-grails-plugin/issues' />
  <author>Yingliang Du</author>
  <documentation>https://github.com/Yingliang-Du/gorm-envers-grails-plugin</documentation>
  <name>gorm-envers</name>
  <description>The gorm-envers plugin add auditting functionality to GROM in your Grails application using Hibernate Envers. The only thing you need to do is add @Audited annotation to the Domain Class that you want to audit. Hibernate Envers will create audit table in the Database for the annotated domain and log all change history.
</description>
  <title>Gorm Envers Grails Plugin</title>
  <scm url='https://github.com/Yingliang-Du/gorm-envers-grails-plugin' />
  <version />
  <resources>
    <resource>gorm.envers.Application</resource>
    <resource>com.ylw.gorm.envers.services.EnversService</resource>
  </resources>
</plugin>