<plugin name='jsonAnnotationsMarshaller' version='1.0' grailsVersion='3.0.1 &gt; *'>
  <type>org.grails.json.annotations.JsonAnnotationsMarshallerGrailsPlugin</type>
  <authorEmail>anthony.foulfoin@gmail.com</authorEmail>
  <developers>[[name:Gregor Petrin, email:gregap@gmail.com]]</developers>
  <author>Anthony Foulfoin</author>
  <watchedResources>file:./grails-app/domain/**.groovy</watchedResources>
  <documentation>https://github.com/tony75/grails3-json-annotations-marshaller</documentation>
  <profiles>[web]</profiles>
  <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. Adapted from the Gregor Petrin grails 2 json-apis plugin
</description>
  <title>Json Annotations Marshaller</title>
  <version />
  <grailsVersion>3.0.1 &gt; *</grailsVersion>
  <license>APACHE</license>
  <pluginExcludes>[grails-app/views/**, grails-app/domain/**, **/org/grails/json/annotations/domain/**, grails-app/controllers/**, grails-app/i18n/**, web-app/**, src/test/**, demo-output.html]</pluginExcludes>
  <issueManagement system='github' url='https://github.com/tony75/grails3-json-annotations-marshaller/issues' />
  <name>json-annotations-marshaller</name>
  <scm url='https://github.com/tony75/grails3-json-annotations-marshaller' />
  <resources>
    <resource>org.grails.json.annotations.Application</resource>
  </resources>
</plugin>