<plugin name='yammer-metrics' version='2.1.2-3' grailsVersion='2.0.3 &gt; *'>
  <author>Jeff Ellis</author>
  <authorEmail>codemonkey@ellises.us</authorEmail>
  <title>Grails plugin to package Coda Hale's yammer metrics jars</title>
  <description>\
Provides the following features:
   * metrics-core
   * metrics-servlet (wired to the /metrics end point for the app).

For detailed documentation on the yammer metrics package see:

http://metrics.codahale.com/index.html
</description>
  <documentation>http://github.com/jeffellis/grails-yammer-metrics</documentation>
  <type>YammerMetricsGrailsPlugin</type>
  <resources />
  <repositories>
    <repository name='http://grails.org/plugins' url='http://grails.org/plugins' />
    <repository name='grailsCentral' url='http://grails.org/plugins' />
    <repository name='http://repo.grails.org/grails/core' url='http://repo.grails.org/grails/core/' />
    <repository name='mavenCentral' url='http://repo1.maven.org/maven2/' />
  </repositories>
  <dependencies>
    <runtime>
      <dependency group='com.yammer.metrics' name='metrics-servlet' version='2.1.2' />
      <dependency group='com.yammer.metrics' name='metrics-core' version='2.1.2' />
    </runtime>
  </dependencies>
  <plugins />
  <runtimePluginRequirements />
  <behavior />
</plugin>