<plugin name='embeddedMongoDB' version='1.0.0' grailsVersion='3.1.0 &gt; *'>
  <type>org.grails.plugin.embedded.mongodb.EmbeddedMongoDBGrailsPlugin</type>
  <issueManagement url='http://grails-plugins.github.io/grails-embedded-mongodb/issues' />
  <author>James Kleeh</author>
  <organization name='Grails' url='http://www.grails.org/' />
  <title>Mongo Embedded Integration Test Plugin</title>
  <grailsVersion>3.1.0 &gt; *</grailsVersion>
  <authorEmail>kleehj@ociweb.com</authorEmail>
  <description>A plugin to provide an in memory mongo database to be used for integration testing</description>
  <name>embedded-mongo-db</name>
  <documentation>http://grails-plugins.github.io/grails-embedded-mongodb/latest</documentation>
  <license>APACHE</license>
  <scm url='https://github.com/grails-plugins/grails-embedded-mongodb' />
  <version />
  <resources>
    <resource>org.grails.plugin.embedded.mongodb.Application</resource>
  </resources>
</plugin>