<plugin name='gmetrics' version='0.2.1' grailsVersion='1.2.2 &gt; *'>
  <author>Scott Ryan</author>
  <authorEmail>scott@theryansplace.com</authorEmail>
  <title>An implementation of the GMetrics library (http://gmetrics.sourceforge.net/index.html) to allow analysis of Grails code.</title>
  <description>\ This plugin allows for analysis of grails code with the gmetrics library which calculates lines of code and complexity.</description>
  <documentation>http://grails.org/plugin/grails-gmetrics-plugin</documentation>
  <resources>
    <resource>BuildConfig</resource>
    <resource>DataSource</resource>
    <resource>UrlMappings</resource>
  </resources>
  <dependencies>
    <resolvers>
      <resolver type='grailsPlugins' name='grailsPlugins' />
      <resolver type='mavenCentral' />
    </resolvers>
    <dependency group='org.gmetrics' name='GMetrics' version='0.2' conf='runtime' transitive='true' />
  </dependencies>
  <behavior />
</plugin>