<plugin name='command' version='4.0.0' grailsVersion='3.3.0 &gt; *'>
  <type>command.CommandGrailsPlugin</type>
  <grailsVersion>3.3.0 &gt; *</grailsVersion>
  <license>APACHE</license>
  <issueManagement system='GITHUB' url='https://github.com/virtualdogbert/command/issues' />
  <watchedResources>file:./grails-app/command/**/*Command.groovy</watchedResources>
  <author>Tucker J. Pelletier AKA virtualdogbert</author>
  <documentation>https://virtualdogbert.github.io/command</documentation>
  <profiles>[web]</profiles>
  <name>command</name>
  <description>This plugins give command objects a convention, and adds some error handling annotations.
</description>
  <title>Command</title>
  <scm url='https://github.com/virtualdogbert/command' />
  <version />
  <resources>
    <resource>command.Application</resource>
    <resource>command.CommandBootStrap</resource>
  </resources>
</plugin>