Closed GoogleCodeExporter closed 8 years ago
Can you do it? I am not able to do it myself.
You may need to upgrade the plugin for Grails 2.
/grails-app/conf/BuildConfig.groovy and /GrailsMelodyGrailsPlugin.groovy may
need changes.
For example, I think that you can add the following in
GrailsMelodyGrailsPlugin.groovy:
def documentation = "http://grails.org/plugin/grails-melody"
def license = "LGPL3"
def organization = [ name: "JavaMelody", url: "http://javamelody.googlecode.com" ]
def developers = [
[ name: "Liu Chao", email: "" ],
[ name: "Emeric Vernat", email: "" ] ]
def issueManagement = [ system: "googlecode", url: "http://code.google.com/p/javamelody/issues/list" ]
def scm = [ url: "https://svn.codehaus.org/grails-plugins/grails-grails-melody/trunk" ]
Original comment by evernat@free.fr
on 27 Apr 2013 at 9:22
Original comment by evernat@free.fr
on 27 Apr 2013 at 9:23
Mail at grails-user: http://markmail.org/message/da3jylbebq4qp4aw
Original comment by evernat@free.fr
on 27 Apr 2013 at 1:47
Burt Beckwith answered to my post http://markmail.org/message/da3jylbebq4qp4aw
and he is available to help to fix the plugin.
Thank you.
Original comment by martin.m...@gmail.com
on 29 Apr 2013 at 7:06
Hi all,
I have finally submitted the source to github and submitted the plugin to
grails.org, which was approved.
Current source: https://github.com/evernat/grails-melody-plugin
Plugin page: http://www.grails.org/plugin/grails-melody
Sergio,
After submitting the plugin, I have seen in the list that you have also.
No problem, we can join together and become both contributors.
To all,
My first idea is to publish the plugin (Burt changes are already included).
And of course, there are some known issues, which will need contributors.
Original comment by evernat@free.fr
on 12 May 2013 at 5:53
The grails melody plugin is now published at
http://www.grails.org/plugin/grails-melody
You can now install the latest version (1.44) with the command:
grails install-plugin grails-melody
Source and issues of the plugin are at
https://github.com/evernat/grails-melody-plugin
Please submit pull requests at github
Original comment by evernat@free.fr
on 19 May 2013 at 1:04
Original issue reported on code.google.com by
martin.m...@gmail.com
on 27 Apr 2013 at 7:32