<plugin name='facebookSdk' version='4.1.2' grailsVersion='3.0.0 &gt; *'>
  <type>FacebookSdkGrailsPlugin</type>
  <authorEmail>ben@agorapulse.com</authorEmail>
  <author>Benoit Hediard</author>
  <documentation>http://agorapulse.github.io/grails-facebook-sdk/guide/</documentation>
  <profiles>[web]</profiles>
  <description>The Facebook SDK Plugin allows your Grails application to use the Facebook Platform and develop Facebook apps on Facebook.com or on web sites (with Facebook Connect).
It is a port of the official Facebook PHP SDK to Grails 3.0.
</description>
  <title>Facebook SDK Plugin</title>
  <version />
  <grailsVersion>3.0.0 &gt; *</grailsVersion>
  <license>APACHE</license>
  <pluginExcludes>[grails-app/views/error.gsp]</pluginExcludes>
  <issueManagement system='github' url='https://github.com/agorapulse/grails-facebook-sdk/issues' />
  <organization name='AgoraPulse' url='http://www.agorapulse.com/' />
  <name>facebook-sdk</name>
  <scm url='https://github.com/agorapulse/grails-facebook-sdk' />
  <resources>
    <resource>grails.plugin.FacebookSdkController</resource>
    <resource>facebooksdk.Application</resource>
    <resource>grails.plugin.facebooksdk.FacebookGraphClientService</resource>
    <resource>FacebookJSTagLib</resource>
  </resources>
</plugin>