lemonzone2010 / javamelody

Automatically exported from code.google.com/p/javamelody
0 stars 0 forks source link

[Grails] publish latest grails-melody plugin #304

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Published version on http://www.grails.org/plugin/grails-melody is 1.13.
This version has problems with spring security protection of /monitoring url.

Could you please publish latest 1.21 version to 
http://www.grails.org/plugin/grails-melody ?

Original issue reported on code.google.com by martin.m...@gmail.com on 27 Apr 2013 at 7:32

GoogleCodeExporter commented 9 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

GoogleCodeExporter commented 9 years ago

Original comment by evernat@free.fr on 27 Apr 2013 at 9:23

GoogleCodeExporter commented 9 years ago
Mail at grails-user: http://markmail.org/message/da3jylbebq4qp4aw

Original comment by evernat@free.fr on 27 Apr 2013 at 1:47

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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