<plugin name='alexaSkills' version='0.1.2' grailsVersion='3.0 &gt; *'>
  <type>alexa.skills.AlexaSkillsGrailsPlugin</type>
  <grailsVersion>3.0 &gt; *</grailsVersion>
  <authorEmail>rvanderwerf@gmail.com</authorEmail>
  <license>APACHE2</license>
  <pluginExcludes>[grails-app/views/error.gsp]</pluginExcludes>
  <author>Ryan Vanderwerf and Lee Fox</author>
  <documentation>http://grails.org/plugins/alexa-skills</documentation>
  <profiles>[web]</profiles>
  <name>alexa-skills</name>
  <description>This plugin helps you make Alexa skills/speechlets in Grails.
</description>
  <title>Alexa Skills</title>
  <version />
  <resources>
    <resource>com.vanderfox.speechlet.SpeechletService</resource>
    <resource>alexa.skills.Application</resource>
  </resources>
</plugin>