<plugin name='swagger' version='1.0.1' grailsVersion='3.1.9 &gt; *'>
  <type>swagger.SwaggerGrailsPlugin</type>
  <grailsVersion>3.1.9 &gt; *</grailsVersion>
  <loadAfter>[controllers, services]</loadAfter>
  <authorEmail>ajay.kumar@totthenew.com</authorEmail>
  <pluginExcludes>[grails-app/views/error.gsp, **/services.swaggerResources**, **/logback.groovy, **/logback.xml, **/logback**, **/logback/**, **/co/**, **/dto/**, **/schema_v2_0.json]</pluginExcludes>
  <author>Ajay Kumar</author>
  <documentation>http://grails.org/plugin/swagger</documentation>
  <profiles>[web]</profiles>
  <name>swagger</name>
  <description>Grails Plugin For Swagger Documentation
</description>
  <title>Grails Swagger</title>
  <version />
  <observe>[controllers, services]</observe>
  <resources>
    <resource>swagger.SwaggerService</resource>
    <resource>swagger.ApiDocController</resource>
    <resource>swagger.UrlMappings</resource>
    <resource>swagger.Application</resource>
  </resources>
</plugin>