<plugin name='jsonApis' version='0.98' grailsVersion='3.0 &gt; *'>
  <type>grails.plugins.jsonapis.JsonApisGrailsPlugin</type>
  <issueManagement system='github' url='https://github.com/gregopet/grails-json-apis/issues' />
  <author>Gregor Petrin</author>
  <title>Grails Json Apis Plugin</title>
  <grailsVersion>3.0 &gt; *</grailsVersion>
  <pluginExcludes>[**/views/**, **/i18n/**, **/web-app/**, demo-output.html, testapi/**]</pluginExcludes>
  <authorEmail>gregap@gmail.com</authorEmail>
  <description>Allows developers to declaratively define various JSON serialization
profiles and use them to marshall Grails domain classes at different
levels of detail or from different starting points in the object
graph.
</description>
  <name>json-apis</name>
  <documentation>https://github.com/gregopet/grails-json-apis</documentation>
  <license>APACHE</license>
  <scm url='https://github.com/gregopet/grails-json-apis' />
  <version />
  <watchedResources>file:./grails-app/domain/**.groovy</watchedResources>
  <resources>
    <resource>grails.plugins.jsonapis.Application</resource>
  </resources>
</plugin>