Skip to content

Commit 93a16f1

Browse files
committed
Added more metadata about the plugin to its descriptor.
1 parent 7562982 commit 93a16f1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

RabbitmqGrailsPlugin.groovy

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ class RabbitmqGrailsPlugin {
3535
The Rabbit MQ plugin provides integration with the Rabbit MQ Messaging System.
3636
'''
3737

38+
def license = "APACHE"
39+
def organization = [ name: "SpringSource", url: "http://www.springsource.org/" ]
40+
def developers = [ [ name: "Peter Ledbrook", email: "[email protected]" ] ]
41+
def issueManagement = [ system: "JIRA", url: "http://jira.codehaus.org/browse/GRAILSPLUGINS" ]
42+
def scm = [ url: "http://svn.grails-plugins.codehaus.org/browse/grails-plugins/" ]
43+
3844
// URL to the plugin's documentation
3945
def documentation = "http://grails.org/plugin/rabbitmq"
4046

0 commit comments

Comments
 (0)