« Return to Thread: The problem with release-plugin

Re: The problem with release-plugin

by Graeme Rocher-3 :: Rate this Message:

Reply to Author | View in Thread

Create ~/.grails/settings.groovy

grails.plugin.repos.discovery.grailsplugins="https://USER:PASSWORD@.../grails-plugins"
user.svn.username.discovery.grailsplugins="USER"
user.svn.username.discovery.grailsplugins="PASSWORD"
grails.plugin.repos.distribution.grailsplugins="https://USER:PASSWORD@.../grails-plugins"
user.svn.username.distribution.grailsplugins="USER"
user.svn.username.distribution.grailsplugins="PASSWORD"

and I released with

grails release-plugin -repository=grailsplugins

On Mon, Jun 22, 2009 at 10:30 AM, Radomir Mladenovic<radomirml@...> wrote:

> Hi,
>
> For the last few days I'm trying to release plugin to the official
> repository but no luck. I always end up with error:
>
> Importing project to
> https://svn.codehaus.org/grails-plugins/grails-logdigger-connector.
> Please wait...
> org.tmatesoft.svn.core.SVNAuthenticationException: svn: Authentication
> required for '<https://svn.codehaus.org:443> grails-plugins primary
> Subversion repository'
>
> I followed the procedure described on
> http://grails.org/Creating+Plugins and I got approval for developer
> status. The problem is "grails release-plugin" never asks me about
> login credentials.
> I've tried to release from two different machines (Linux and Windows),
> and I always get the same result (above quoted error).
>
> Thanks for any input.
>
> Regards,
> Radomir
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>    http://xircles.codehaus.org/manage_email
>
>
>



--
Graeme Rocher
Head of Grails Development
SpringSource - Weapons for the War on Java Complexity
http://www.springsource.com

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

    http://xircles.codehaus.org/manage_email


 « Return to Thread: The problem with release-plugin