Quantcast

Permission to publish plugins

classic Classic list List threaded Threaded
10 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Permission to publish plugins

Jeroen
Hello all,

Probably somebody missed my email requesting permission to publish my plugins to Grails Central (see below), so could somebody -Graeme? Peter?- please grant me permission?

I am migrating my plugins to the new Central Repository...

grails.org username: duhcati

plugins to publish:

Cheers,

Jeroen

On Tue, Jun 26, 2012 at 1:23 PM, Jeroen <[hidden email]> wrote:
Hi All,

As I just found out (thanks Peter!) that Grails Plugins have moved to the new Artifactory based repository, I want to publish my plugins there. Could you please authorize my username and/or the plugins I want to publish ?

grails.org username: duhcati
plugins to publish: uploadr, ajaxflow and grom

Cheers,

Jeroen Wesbeek

Sr. Developer - Netherlands Metabolomics Centre / TNO Quality of Life
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Permission to publish plugins

Graeme Rocher-4
Administrator
Approved

On Wed, Jun 27, 2012 at 11:42 AM, Jeroen Wesbeek <[hidden email]> wrote:

> Hello all,
>
> Probably somebody missed my email requesting permission to publish my
> plugins to Grails Central (see below), so could somebody -Graeme? Peter?-
> please grant me permission?
>
> I am migrating my plugins to the new Central Repository...
>
> grails.org username: duhcati
>
> plugins to publish:
> 1. uploadr (source: https://github.com/4np/grails-uploadr )
> 2. grom (source: https://github.com/4np/grails-grom )
> 3. ajaxflow (source: https://github.com/4np/grails-ajaxflow )
>
> Cheers,
>
> Jeroen
>
> On Tue, Jun 26, 2012 at 1:23 PM, Jeroen <[hidden email]> wrote:
>>
>> Hi All,
>>
>> As I just found out (thanks Peter!) that Grails Plugins have moved to the
>> new Artifactory based repository, I want to publish my plugins there. Could
>> you please authorize my username and/or the plugins I want to publish ?
>>
>> grails.org username: duhcati
>> plugins to publish: uploadr, ajaxflow and grom
>>
>> Cheers,
>>
>> Jeroen Wesbeek
>
>



--
Graeme Rocher
Grails Project Lead
SpringSource - A Division of VMware
http://www.springsource.com

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Permission to publish plugins

Jeroen
Thanks Graeme, however I am getting Permission Denied on all three plugins:

jeroen@ripcurl ~/Developer/4np/grails-uploadr $ grails publish-plugin
| Plugin packaged grails-uploadr-0.5.11.zip
| Plugin packaged grails-uploadr-0.5.11.zip
| POM generated: /Users/jeroen/Developer/4np/grails-uploadr/target/pom.xml
Publishing to Grails Central
| Error Failed to publish plugin: Permission denied
jeroen@ripcurl ~/Developer/4np/grails-uploadr $ 

I am using the latest release plugin:

jeroen@ripcurl ~/Developer/4np/grails-uploadr $ cat grails-app/conf/BuildConfig.groovy | grep -i release
              ":release:latest.integration",
jeroen@ripcurl ~/Developer/4np/grails-uploadr $

In ~/.grails/settings.groovy I have the following (scm disabled as my source is on github):

// default release options
grails.release.scm.enabled=false
grails.project.repos.default="grailsCentral"

// grails central
grails.project.repos.grailsCentral.username="duhcati"
grails.project.repos.grailsCentral.password="***********"

I'm not sure what the problem is. I used username 'duh' when publishing previously to svn.codehaus.org, but as the grails website did not allow 3 letter usernames I used 'duhcati' on the grails.org website (which I also used to create the plugin pages).

Thanks,

Jeroen

On Wed, Jun 27, 2012 at 12:27 PM, Graeme Rocher <[hidden email]> wrote:
Approved

On Wed, Jun 27, 2012 at 11:42 AM, Jeroen Wesbeek <[hidden email]> wrote:
> Hello all,
>
> Probably somebody missed my email requesting permission to publish my
> plugins to Grails Central (see below), so could somebody -Graeme? Peter?-
> please grant me permission?
>
> I am migrating my plugins to the new Central Repository...
>
> grails.org username: duhcati
>
> plugins to publish:
> 1. uploadr (source: https://github.com/4np/grails-uploadr )
> 2. grom (source: https://github.com/4np/grails-grom )
> 3. ajaxflow (source: https://github.com/4np/grails-ajaxflow )
>
> Cheers,
>
> Jeroen
>
> On Tue, Jun 26, 2012 at 1:23 PM, Jeroen <[hidden email]> wrote:
>>
>> Hi All,
>>
>> As I just found out (thanks Peter!) that Grails Plugins have moved to the
>> new Artifactory based repository, I want to publish my plugins there. Could
>> you please authorize my username and/or the plugins I want to publish ?
>>
>> grails.org username: duhcati
>> plugins to publish: uploadr, ajaxflow and grom
>>
>> Cheers,
>>
>> Jeroen Wesbeek
>
>



--
Graeme Rocher
Grails Project Lead
SpringSource - A Division of VMware
http://www.springsource.com

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email



Sr. Developer - Netherlands Metabolomics Centre / TNO Quality of Life
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Permission to publish plugins

Graeme Rocher-4
Administrator
Please try now

Cheers

On Wed, Jun 27, 2012 at 1:03 PM, Jeroen Wesbeek <[hidden email]> wrote:

> Thanks Graeme, however I am getting Permission Denied on all three plugins:
>
> jeroen@ripcurl ~/Developer/4np/grails-uploadr $ grails publish-plugin
> | Plugin packaged grails-uploadr-0.5.11.zip
> | Plugin packaged grails-uploadr-0.5.11.zip
> | POM generated: /Users/jeroen/Developer/4np/grails-uploadr/target/pom.xml
> Publishing to Grails Central
> Publishing to http://grails.org/api/v1.0/publish/uploadr/0.5.11
> | Error Failed to publish plugin: Permission denied
> jeroen@ripcurl ~/Developer/4np/grails-uploadr $
>
> I am using the latest release plugin:
>
> jeroen@ripcurl ~/Developer/4np/grails-uploadr $ cat
> grails-app/conf/BuildConfig.groovy | grep -i release
>               ":release:latest.integration",
> jeroen@ripcurl ~/Developer/4np/grails-uploadr $
>
> In ~/.grails/settings.groovy I have the following (scm disabled as my source
> is on github):
>
> // default release options
> grails.release.scm.enabled=false
> grails.project.repos.default="grailsCentral"
>
> // grails central
> grails.project.repos.grailsCentral.username="duhcati"
> grails.project.repos.grailsCentral.password="***********"
>
> I'm not sure what the problem is. I used username 'duh' when publishing
> previously to svn.codehaus.org, but as the grails website did not allow 3
> letter usernames I used 'duhcati' on the grails.org website (which I also
> used to create the plugin pages).
>
> Thanks,
>
> Jeroen
>
> On Wed, Jun 27, 2012 at 12:27 PM, Graeme Rocher <[hidden email]> wrote:
>>
>> Approved
>>
>> On Wed, Jun 27, 2012 at 11:42 AM, Jeroen Wesbeek <[hidden email]> wrote:
>> > Hello all,
>> >
>> > Probably somebody missed my email requesting permission to publish my
>> > plugins to Grails Central (see below), so could somebody -Graeme?
>> > Peter?-
>> > please grant me permission?
>> >
>> > I am migrating my plugins to the new Central Repository...
>> >
>> > grails.org username: duhcati
>> >
>> > plugins to publish:
>> > 1. uploadr (source: https://github.com/4np/grails-uploadr )
>> > 2. grom (source: https://github.com/4np/grails-grom )
>> > 3. ajaxflow (source: https://github.com/4np/grails-ajaxflow )
>> >
>> > Cheers,
>> >
>> > Jeroen
>> >
>> > On Tue, Jun 26, 2012 at 1:23 PM, Jeroen <[hidden email]>
>> > wrote:
>> >>
>> >> Hi All,
>> >>
>> >> As I just found out (thanks Peter!) that Grails Plugins have moved to
>> >> the
>> >> new Artifactory based repository, I want to publish my plugins there.
>> >> Could
>> >> you please authorize my username and/or the plugins I want to publish ?
>> >>
>> >> grails.org username: duhcati
>> >> plugins to publish: uploadr, ajaxflow and grom
>> >>
>> >> Cheers,
>> >>
>> >> Jeroen Wesbeek
>> >
>> >
>>
>>
>>
>> --
>> Graeme Rocher
>> Grails Project Lead
>> SpringSource - A Division of VMware
>> http://www.springsource.com
>>
>> ---------------------------------------------------------------------
>> To unsubscribe from this list, please visit:
>>
>>    http://xircles.codehaus.org/manage_email
>>
>>
>



--
Graeme Rocher
Grails Project Lead
SpringSource - A Division of VMware
http://www.springsource.com

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Permission to publish plugins

Jeroen
Works! thanks :)

On Wed, Jun 27, 2012 at 1:50 PM, Graeme Rocher <[hidden email]> wrote:
Please try now

Cheers

On Wed, Jun 27, 2012 at 1:03 PM, Jeroen Wesbeek <[hidden email]> wrote:
> Thanks Graeme, however I am getting Permission Denied on all three plugins:
>
> jeroen@ripcurl ~/Developer/4np/grails-uploadr $ grails publish-plugin
> | Plugin packaged grails-uploadr-0.5.11.zip
> | Plugin packaged grails-uploadr-0.5.11.zip
> | POM generated: /Users/jeroen/Developer/4np/grails-uploadr/target/pom.xml
> Publishing to Grails Central
> Publishing to http://grails.org/api/v1.0/publish/uploadr/0.5.11
> | Error Failed to publish plugin: Permission denied
> jeroen@ripcurl ~/Developer/4np/grails-uploadr $
>
> I am using the latest release plugin:
>
> jeroen@ripcurl ~/Developer/4np/grails-uploadr $ cat
> grails-app/conf/BuildConfig.groovy | grep -i release
>               ":release:latest.integration",
> jeroen@ripcurl ~/Developer/4np/grails-uploadr $
>
> In ~/.grails/settings.groovy I have the following (scm disabled as my source
> is on github):
>
> // default release options
> grails.release.scm.enabled=false
> grails.project.repos.default="grailsCentral"
>
> // grails central
> grails.project.repos.grailsCentral.username="duhcati"
> grails.project.repos.grailsCentral.password="***********"
>
> I'm not sure what the problem is. I used username 'duh' when publishing
> previously to svn.codehaus.org, but as the grails website did not allow 3
> letter usernames I used 'duhcati' on the grails.org website (which I also
> used to create the plugin pages).
>
> Thanks,
>
> Jeroen
>
> On Wed, Jun 27, 2012 at 12:27 PM, Graeme Rocher <[hidden email]> wrote:
>>
>> Approved
>>
>> On Wed, Jun 27, 2012 at 11:42 AM, Jeroen Wesbeek <[hidden email]> wrote:
>> > Hello all,
>> >
>> > Probably somebody missed my email requesting permission to publish my
>> > plugins to Grails Central (see below), so could somebody -Graeme?
>> > Peter?-
>> > please grant me permission?
>> >
>> > I am migrating my plugins to the new Central Repository...
>> >
>> > grails.org username: duhcati
>> >
>> > plugins to publish:
>> > 1. uploadr (source: https://github.com/4np/grails-uploadr )
>> > 2. grom (source: https://github.com/4np/grails-grom )
>> > 3. ajaxflow (source: https://github.com/4np/grails-ajaxflow )
>> >
>> > Cheers,
>> >
>> > Jeroen
>> >
>> > On Tue, Jun 26, 2012 at 1:23 PM, Jeroen <[hidden email]>
>> > wrote:
>> >>
>> >> Hi All,
>> >>
>> >> As I just found out (thanks Peter!) that Grails Plugins have moved to
>> >> the
>> >> new Artifactory based repository, I want to publish my plugins there.
>> >> Could
>> >> you please authorize my username and/or the plugins I want to publish ?
>> >>
>> >> grails.org username: duhcati
>> >> plugins to publish: uploadr, ajaxflow and grom
>> >>
>> >> Cheers,
>> >>
>> >> Jeroen Wesbeek
>> >
>> >
>>
>>
>>
>> --
>> Graeme Rocher
>> Grails Project Lead
>> SpringSource - A Division of VMware
>> http://www.springsource.com
>>
>> ---------------------------------------------------------------------
>> To unsubscribe from this list, please visit:
>>
>>    http://xircles.codehaus.org/manage_email
>>
>>
>



--
Graeme Rocher
Grails Project Lead
SpringSource - A Division of VMware
http://www.springsource.com

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email



Sr. Developer - Netherlands Metabolomics Centre / TNO Quality of Life
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Permission to publish plugins

Lim Chee Kin
In reply to this post by Graeme Rocher-4
Hi Graeme,

I face the same problem when I try to publish update of the activiti-spring-security plugin.

The following is my settings.groovy:
grails.release.scm.enabled = false
grails.project.repos.grailsCentral.username = "limcheekin"
grails.project.repos.grailsCentral.password = "*******"

Please grant me the permission.

Thank you.

Best regards,
Chee Kin
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Permission to publish plugins

Graeme Rocher-4
Administrator
Approved

On Wed, Jul 11, 2012 at 10:27 AM, Lim Chee Kin <[hidden email]> wrote:

> Hi Graeme,
>
> I face the same problem when I try to publish update of the
> activiti-spring-security plugin.
>
> The following is my settings.groovy:
> grails.release.scm.enabled = false
> grails.project.repos.grailsCentral.username = "limcheekin"
> grails.project.repos.grailsCentral.password = "*******"
>
> Please grant me the permission.
>
> Thank you.
>
> Best regards,
> Chee Kin
>
> --
> View this message in context: http://grails.1312388.n4.nabble.com/Permission-to-publish-plugins-tp4630700p4631370.html
> Sent from the Grails - dev mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>     http://xircles.codehaus.org/manage_email
>
>



--
Graeme Rocher
Grails Project Lead
SpringSource - A Division of VMware
http://www.springsource.com

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Permission to publish plugins

Lim Chee Kin
In reply to this post by Lim Chee Kin
It is working now.

Thank you.

Best regards,
Chee Kin
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Permission to publish plugins

Lim Chee Kin
In reply to this post by Graeme Rocher-4
Hi Graeme,

I try to publish the update of activiti plugin today, but I am facing the permission error again. Please grant me the permission.

Is that means I need to request for permission to publish update of every plugins created by me? If this is the case, please grant me the permission for the following plugins (which I am the plugin creator):
dynamic-domain-class
form-builder
jquery-validation-ui
mahout-recommender
multi-tenant-spring-security
jquery-form-builder
jquery-datatables
jquery-json
jquery-validation
uni-form

Thank you.

Best regards,
Chee Kin
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Permission to publish plugins

Graeme Rocher-4
Administrator
Yes you have to request permission to publish each new plugin.
Permission has been granted for the plugins you listed below

Cheers

On Thu, Jul 12, 2012 at 10:09 AM, Lim Chee Kin <[hidden email]> wrote:

> Hi Graeme,
>
> I try to publish the update of activiti plugin today, but I am facing the
> permission error again. Please grant me the permission.
>
> Is that means I need to request for permission to publish update of every
> plugins created by me? If this is the case, please grant me the permission
> for the following plugins (which I am the plugin creator):
> dynamic-domain-class
> form-builder
> jquery-validation-ui
> mahout-recommender
> multi-tenant-spring-security
> jquery-form-builder
> jquery-datatables
> jquery-json
> jquery-validation
> uni-form
>
> Thank you.
>
> Best regards,
> Chee Kin
>
> --
> View this message in context: http://grails.1312388.n4.nabble.com/Permission-to-publish-plugins-tp4630700p4631444.html
> Sent from the Grails - dev mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>     http://xircles.codehaus.org/manage_email
>
>



--
Graeme Rocher
Grails Project Lead
SpringSource - A Division of VMware
http://www.springsource.com

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Loading...