-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSpringSecurityOauthDailymotionGrailsPlugin.groovy
29 lines (23 loc) · 1.16 KB
/
SpringSecurityOauthDailymotionGrailsPlugin.groovy
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/**
* @author <a href='mailto:[email protected]'>Tamer Shahin</a>
*/
class SpringSecurityOauthDailymotionGrailsPlugin {
def version = "0.1.1"
def grailsVersion = "1.2.2 > *"
def dependsOn = [springSecurityOauth: '2.0.2 > *']
def pluginExcludes = [
"grails-app/domain/**", "grails-app/views/**", "grails-app/controllers/**"
]
def title = "Dailymotion for Spring Security OAuth plugin"
def author = "Tamer Shahin"
def authorEmail = "[email protected]"
def description = '''\
Integrate [Dailymotion|http://www.dailymotion.com] to [Spring Security OAuth plugin|http://grails.org/plugin/spring-security-oauth].
'''
def documentation = "https://github.com/tamershahin/grails-spring-security-oauth-dailymotion"
def license = "APACHE"
def organization = [name: "GameTube SAS", url: "http://www.gametube.org/"]
def developers = [[name: "Germán Sancho", email: "[email protected]"]]
def issueManagement = [system: "GITHUB", url: "https://github.com/tamershahin/grails-spring-security-oauth-dailymotion/issues"]
def scm = [url: 'https://github.com/tamershahin/grails-spring-security-oauth-dailymotion']
}