Re: Error deploying to a remote respository using scm

2008-06-05 Thread Mick Knutson
[EMAIL PROTECTED] > Sent: Wednesday, June 04, 2008 7:36 PM > To: Maven Users List > Subject: Re: Error deploying to a remote respository using scm > > The stack trace says very clearly: > Disconnect reason 10, exit code = 74scp: warning: ssh2 client failed to > authenticate.

RE: Error deploying to a remote respository using scm

2008-06-05 Thread Krishnamurthi, Venkat
: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2008 7:36 PM To: Maven Users List Subject: Re: Error deploying to a remote respository using scm The stack trace says very clearly: Disconnect reason 10, exit code = 74scp: warning: ssh2 client failed to authenticate. (or you have too

RE: Error deploying to a remote respository using scm

2008-06-05 Thread Krishnamurthi, Venkat
utson [mailto:[EMAIL PROTECTED] Sent: Thursday, June 05, 2008 9:56 AM To: Maven Users List Subject: Re: Error deploying to a remote respository using scm In additional to that, I am trying any way I can to deploy site docs: I keep getting this error: *[INFO] [site:deploy] The authenticity of

Re: Error deploying to a remote respository using scm

2008-06-05 Thread Mick Knutson
le program or batch file. > > Please help me resolve this. > > Thanks, > Venkat > > -Original Message- > From: Mick Knutson [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 04, 2008 7:40 PM > To: Maven Users List > Subject: Re: Error deploying to a remote resposit

RE: Error deploying to a remote respository using scm

2008-06-05 Thread Krishnamurthi, Venkat
PROTECTED] Sent: Wednesday, June 04, 2008 7:40 PM To: Maven Users List Subject: Re: Error deploying to a remote respository using scm on XP, I use that command adn get: *C:\opt\baselogic>ssh2 -V 'ssh2' is not recognized as an internal or external command, operable program or batch

Re: Error deploying to a remote respository using scm

2008-06-04 Thread Mick Knutson
on XP, I use that command adn get: *C:\opt\baselogic>ssh2 -V 'ssh2' is not recognized as an internal or external command, operable program or batch file. C:\opt\baselogic>ssh -V 'ssh' is not recognized as an internal or external command, operable program or batch file. C:\opt\baselogic> * Then

Re: Error deploying to a remote respository using scm

2008-06-04 Thread Wayne Fay
The stack trace says very clearly: Disconnect reason 10, exit code = 74scp: warning: ssh2 client failed to authenticate. (or you have too old ssh2 installed, check with ssh2 -V) So, what does "ssh2 -V" say? Wayne On Wed, Jun 4, 2008 at 5:12 PM, Krishnamurthi, Venkat <[EMAIL PROTECTED]> wrote: >

Error deploying to a remote respository using scm

2008-06-04 Thread Krishnamurthi, Venkat
Hi, I'm trying to deploy a snapshot jar to a remote repository. I followed the instructions given here: http://maven.apache.org/plugins/maven-deploy-plugin/examples/deploy-ssh- external.html However, when I execute mvn deploy, I get the following error: [INFO] [deploy:deploy] [INFO] Retrieving

RE: Remote respository

2007-08-16 Thread Mathias P.W Nilsson
Thank you all! But if maven should upload to respository I need login because the jars is just for internal projects not for external. And I need to reach the remote respository from home. -- View this message in context: http://www.nabble.com/Remote-respository-tf4273892s177.html#a12183034

Re: Remote respository

2007-08-15 Thread Steven Rowe
Hi Mathias, In Maven parlance, what you want is called an "Internal Repository". See the Maven "intro to repos" for some discussion: http://maven.apache.org/guides/introduction/introduction-to-repositories.html Steve Mathias P.W Nilsson wrote: > I think I better explain this a little better :wi

Re: Remote respository

2007-08-15 Thread Wayne Fay
n't work. I probably need a server of some sort that is > exposed to the internet. but I don't know how this can be done. > > // Mathias > -- > View this message in context: > http://www.nabble.com/Remote-respository-tf4273892s177.html#a12164966 > Sent

RE: Remote respository

2007-08-15 Thread Cort, Tom
You can define a repository in the distributionManagement part of pom.xml. When you want to upload the jar file to the repository, just run "mvn deploy". In the example below, maven will upload the artifacts with scp (secure copy) to /var/www/maven on gateway-demo.osuosl.org. [...]

Re: Remote respository

2007-08-15 Thread Mathias P.W Nilsson
o the internet. but I don't know how this can be done. // Mathias -- View this message in context: http://www.nabble.com/Remote-respository-tf4273892s177.html#a12164966 Sent from the Maven - Users mailing list archive at

Remote respository

2007-08-15 Thread Mathias P.W Nilsson
How can I make my own remote respository that my team can use? I mean so that when I add a dependeny to my application the jar files are downloaded from a remote server -- View this message in context: http://www.nabble.com/Remote-respository-tf4273892s177.html#a12164430 Sent from the Maven

Re: Maven will not switch remote respository !!!????

2004-09-08 Thread Julian C. Dunn
On Thu, 9 Sep 2004, Eric Chow wrote: > "maven.repo.remote = http://www.bluesunrise.com/maven/, > http://www.ibiblio.org/maven/, http://dist.codehaus.org/, > http://cvs.apache.org/repository"; > Is there any problem ??? I might be totally off on this, but try to not put a space between the URL

Re: Maven will not switch remote respository !!!????

2004-09-08 Thread Brett Porter
maybe. What version of Maven? If 1.0 - file in JIRA. On Thu, 9 Sep 2004 09:45:55 +0800, Eric Chow <[EMAIL PROTECTED]> wrote: > Hello, > > I set the properties > > "maven.repo.remote = http://www.bluesunrise.com/maven/, > http://www.ibiblio.org/maven/, http://dist.codehaus.org/, > http://cvs.apa

Maven will not switch remote respository !!!????

2004-09-08 Thread Eric Chow
Hello, I set the properties "maven.repo.remote = http://www.bluesunrise.com/maven/, http://www.ibiblio.org/maven/, http://dist.codehaus.org/, http://cvs.apache.org/repository"; in project.properties. When the project requres some dependency library, it is not existed in http://www.bluesunrise.