<plugin name='artefact-messaging' version='1.0' grailsVersion='1.2 &gt; *'>
  <author>Brian Saville</author>
  <authorEmail>bsaville@adaptivecomputing.com</authorEmail>
  <title>Configurable i18n Messaging for Artefacts</title>
  <description>This plugin has the ability to add the message function just as in controllers to services or other
arbitrarily defined grails artefacts.  The artefacts may be configured in Config.groovy.

Please note: No warranty is implied or given with this plugin.
</description>
  <documentation>http://github.com/adaptivecomputing/grails-artefact-messaging</documentation>
  <type>ArtefactMessagingGrailsPlugin</type>
  <resources>
    <resource>DefaultArtefactMessagingConfig</resource>
    <resource>grails.plugins.artefactmessaging.ArtefactMessagingService</resource>
  </resources>
</plugin>