You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by br...@apache.org on 2004/12/16 21:12:06 UTC

svn commit: r122578 - /incubator/directory/eve/trunk/project.properties

Author: brett
Date: Thu Dec 16 12:12:03 2004
New Revision: 122578

URL: http://svn.apache.org/viewcvs?view=rev&rev=122578
Log:
fix repo list
Modified:
   incubator/directory/eve/trunk/project.properties

Modified: incubator/directory/eve/trunk/project.properties
Url: http://svn.apache.org/viewcvs/incubator/directory/eve/trunk/project.properties?view=diff&rev=122578&p1=incubator/directory/eve/trunk/project.properties&r1=122577&p2=incubator/directory/eve/trunk/project.properties&r2=122578
==============================================================================
--- incubator/directory/eve/trunk/project.properties	(original)
+++ incubator/directory/eve/trunk/project.properties	Thu Dec 16 12:12:03 2004
@@ -11,7 +11,7 @@
 
 maven.repo.remote=http://cvs.apache.org/repository, http://mirrors.sunsite.dk/maven, http://ibiblio.org/maven
 
-maven.repo.list=maven.repo.apachecvs
+maven.repo.list=apachecvs
 maven.repo.apachecvs=scp://cvs.apache.org
 maven.repo.apachecvs.directory=/www/cvs.apache.org/repository
 maven.repo.apachecvs.group=apcvs

[scm] using new deploy mechanism (was: Re: svn commit: r122578 - /incubator/directory/eve/trunk/project.properties)

Posted by Alex Karasulu <ao...@bellsouth.net>.
Brett Porter wrote:

>did you set:
>
>maven.repo.apachecvs.username=...
>maven.repo.apachecvs.privatekey=...
>  
>
BTW just wanted to mention to others on the list that I got this working 
using the path to my private key like so in my build.properties file:

maven.repo.apachecvs.privatekey=${user.home}/.ssh/id_rsa

It works like 2-3X faster than forking ssh or scp.

Alex



Re: svn commit: r122578 - /incubator/directory/eve/trunk/project.properties

Posted by Alex Karasulu <ao...@bellsouth.net>.
Brett Porter wrote:

>did you set:
>
>maven.repo.apachecvs.username=...
>maven.repo.apachecvs.privatekey=...
>(and if your key has a passphrase, maven.repo.apachecvs.passphrase=...)
>
>  
>
I set the username and passphrase but this had no effect - auth still 
failed.  I want to set this privatekey feild but how do I do that.  Do I 
just point it to the key file I have in my ~/.ssh directory?  Meaning 
its the path to the private key file?

Alex

>in your build.properties?
>
>Quoting Alex Karasulu <ao...@bellsouth.net>:
>
>  
>
>>brett@apache.org wrote:
>>
>>    
>>
>>>Author: brett
>>>Date: Thu Dec 16 12:12:03 2004
>>>New Revision: 122578
>>>
>>>URL: http://svn.apache.org/viewcvs?view=rev&rev=122578
>>>Log:
>>>fix repo list
>>>Modified:
>>>  incubator/directory/eve/trunk/project.properties
>>>
>>>Modified: incubator/directory/eve/trunk/project.properties
>>>Url:
>>>      
>>>
>http://svn.apache.org/viewcvs/incubator/directory/eve/trunk/project.properties?view=diff&rev=122578&p1=incubator/directory/eve/trunk/project.properties&r1=122577&p2=incubator/directory/eve/trunk/project.properties&r2=122578
>  
>
>>>==============================================================================
>>>--- incubator/directory/eve/trunk/project.properties	(original)
>>>+++ incubator/directory/eve/trunk/project.properties	Thu Dec 16 12:12:03
>>>      
>>>
>>2004
>>    
>>
>>>@@ -11,7 +11,7 @@
>>>
>>>maven.repo.remote=http://cvs.apache.org/repository,
>>>      
>>>
>>http://mirrors.sunsite.dk/maven, http://ibiblio.org/maven
>>    
>>
>>> 
>>>
>>>      
>>>
>>Ahh I see what's going on now.  This took me to the point where the 
>>plugin is now asking me for the password.  However the only problem is I 
>>used an authorized RSA key before.  How do I specify this so I do not 
>>get the following exception:
>>
>>jar:deploy:
>>    [echo] maven.repo.list is set - using artifact deploy mode
>>Will deploy to 1 repository(ies): apachecvs
>>Deploying to repository: apachecvs
>>com.jcraft.jsch.JSchException: Auth fail
>>        at com.jcraft.jsch.Session.connect(Unknown Source)
>>        at 
>>
>>    
>>
>org.apache.maven.deploy.deployers.GenericSshDeployer.init(GenericSshDeployer.java:181)
>  
>
>>        at 
>>org.apache.maven.deploy.deployers.ScpDeployer.init(ScpDeployer.java:103)
>>Alex
>>
>>    
>>
>>>-maven.repo.list=maven.repo.apachecvs
>>>+maven.repo.list=apachecvs
>>>maven.repo.apachecvs=scp://cvs.apache.org
>>>maven.repo.apachecvs.directory=/www/cvs.apache.org/repository
>>>maven.repo.apachecvs.group=apcvs
>>> 
>>>
>>>      
>>>
>
>
>
>
>  
>


Re: svn commit: r122578 - /incubator/directory/eve/trunk/project.properties

Posted by Brett Porter <br...@apache.org>.
did you set:

maven.repo.apachecvs.username=...
maven.repo.apachecvs.privatekey=...
(and if your key has a passphrase, maven.repo.apachecvs.passphrase=...)

in your build.properties?

Quoting Alex Karasulu <ao...@bellsouth.net>:

> brett@apache.org wrote:
> 
> >Author: brett
> >Date: Thu Dec 16 12:12:03 2004
> >New Revision: 122578
> >
> >URL: http://svn.apache.org/viewcvs?view=rev&rev=122578
> >Log:
> >fix repo list
> >Modified:
> >   incubator/directory/eve/trunk/project.properties
> >
> >Modified: incubator/directory/eve/trunk/project.properties
> >Url:
>
http://svn.apache.org/viewcvs/incubator/directory/eve/trunk/project.properties?view=diff&rev=122578&p1=incubator/directory/eve/trunk/project.properties&r1=122577&p2=incubator/directory/eve/trunk/project.properties&r2=122578
> >==============================================================================
> >--- incubator/directory/eve/trunk/project.properties	(original)
> >+++ incubator/directory/eve/trunk/project.properties	Thu Dec 16 12:12:03
> 2004
> >@@ -11,7 +11,7 @@
> > 
> > maven.repo.remote=http://cvs.apache.org/repository,
> http://mirrors.sunsite.dk/maven, http://ibiblio.org/maven
> >  
> >
> Ahh I see what's going on now.  This took me to the point where the 
> plugin is now asking me for the password.  However the only problem is I 
> used an authorized RSA key before.  How do I specify this so I do not 
> get the following exception:
> 
> jar:deploy:
>     [echo] maven.repo.list is set - using artifact deploy mode
> Will deploy to 1 repository(ies): apachecvs
> Deploying to repository: apachecvs
> com.jcraft.jsch.JSchException: Auth fail
>         at com.jcraft.jsch.Session.connect(Unknown Source)
>         at 
>
org.apache.maven.deploy.deployers.GenericSshDeployer.init(GenericSshDeployer.java:181)
>         at 
> org.apache.maven.deploy.deployers.ScpDeployer.init(ScpDeployer.java:103)
> Alex
> 
> > 
> >-maven.repo.list=maven.repo.apachecvs
> >+maven.repo.list=apachecvs
> > maven.repo.apachecvs=scp://cvs.apache.org
> > maven.repo.apachecvs.directory=/www/cvs.apache.org/repository
> > maven.repo.apachecvs.group=apcvs
> >  
> >
> 




Re: svn commit: r122578 - /incubator/directory/eve/trunk/project.properties

Posted by Alex Karasulu <ao...@bellsouth.net>.
brett@apache.org wrote:

>Author: brett
>Date: Thu Dec 16 12:12:03 2004
>New Revision: 122578
>
>URL: http://svn.apache.org/viewcvs?view=rev&rev=122578
>Log:
>fix repo list
>Modified:
>   incubator/directory/eve/trunk/project.properties
>
>Modified: incubator/directory/eve/trunk/project.properties
>Url: http://svn.apache.org/viewcvs/incubator/directory/eve/trunk/project.properties?view=diff&rev=122578&p1=incubator/directory/eve/trunk/project.properties&r1=122577&p2=incubator/directory/eve/trunk/project.properties&r2=122578
>==============================================================================
>--- incubator/directory/eve/trunk/project.properties	(original)
>+++ incubator/directory/eve/trunk/project.properties	Thu Dec 16 12:12:03 2004
>@@ -11,7 +11,7 @@
> 
> maven.repo.remote=http://cvs.apache.org/repository, http://mirrors.sunsite.dk/maven, http://ibiblio.org/maven
>  
>
Ahh I see what's going on now.  This took me to the point where the 
plugin is now asking me for the password.  However the only problem is I 
used an authorized RSA key before.  How do I specify this so I do not 
get the following exception:

jar:deploy:
    [echo] maven.repo.list is set - using artifact deploy mode
Will deploy to 1 repository(ies): apachecvs
Deploying to repository: apachecvs
com.jcraft.jsch.JSchException: Auth fail
        at com.jcraft.jsch.Session.connect(Unknown Source)
        at 
org.apache.maven.deploy.deployers.GenericSshDeployer.init(GenericSshDeployer.java:181)
        at 
org.apache.maven.deploy.deployers.ScpDeployer.init(ScpDeployer.java:103)
Alex

> 
>-maven.repo.list=maven.repo.apachecvs
>+maven.repo.list=apachecvs
> maven.repo.apachecvs=scp://cvs.apache.org
> maven.repo.apachecvs.directory=/www/cvs.apache.org/repository
> maven.repo.apachecvs.group=apcvs
>  
>