Hi Stephane, Lukas, Arnaud, and I have had some emails and IRCs on it over
the past couple of weeks (I experienced the problem but they did not, so
wasn't sure if it just something with my local config or other).  We've been
doing some research with it, but nothing conclusive yet.

I found that I most easily experience the problem when starting with a
"completely fresh" Maven installation.  Note that I can successfully deploy
with Arnaud's 6/30 snapshot, but not after that version.

Since we are now receiving reports from other users, I created this JIRA for
us to track.  Please add your details to it!
 http://jira.codehaus.org/browse/MPARTIFACT-71

 

-----Original Message-----
From: Stephane Nicoll [mailto:[EMAIL PROTECTED] 
Sent: Thursday, August 10, 2006 4:48 AM
To: Maven Developers List
Subject: Fwd: [m1] unable to run jar:deploy using maven-1.1-beta3

It seems that there is a lot of problems with 1.1 and artifact deployment.
On my side, I did not upgrade our production system to 1.1 for that reason.

I am not using SCP but the filesystem. We are *unfortunately* in a full
windows environment without the ability to use scp and ftp.

On SERVERX,  I have a shared directory named 'maven-artifacts' (so
\\SERVERX\maven-artifacts maps to the root of the maven repository)

Here's my configuration:

maven.repo.list=rd
maven.repo.rd=file://\\\\serverX\\
maven.repo.rd.directory=maven-artifacts

Running m 1.0.2 without Wagon (so an old version of the artifact
plugin) is running OK. If I upgrade (both m1.0.2 and m1.1) the deployment is
running fine (no error) but nothing is deployed on the repository !

I can provide a use case if necessary. Is anyone looking into this so that
we can synchronize?

Thanks,
Stéphane







---------- Forwarded message ----------
From: Siegfried Goeschl <[EMAIL PROTECTED]>
Date: Aug 10, 2006 11:33 AM
Subject: [m1] unable to run jar:deploy using maven-1.1-beta3
To: users@maven.apache.org


Hi folks,

I'm running Windows whereas the repository resides on a Linux box. I'm
unable to successfully deploy my JAR using the following settings

maven.repo.list=releases
maven.repo.releases=scp://10.0.0.20
maven.repo.releases.directory=/home/sgoeschl/temp
maven.repo.releases.username=foo
maven.repo.releases.password=bar

I get the following output

 >>> START
Will deploy to 1 repository(ies): releases Deploying to repository: releases
Failed to deploy to: releases Reason:
org.apache.maven.wagon.authentication.AuthenticationException: Cannot
connect. Reason: reject HostKey: 10.0.0.20
org.apache.maven.wagon.authentication.AuthenticationException: Cannot
connect. Reason: reject HostKey: 10.0.0.20
         at
org.apache.maven.wagon.providers.ssh.AbstractSshWagon.openConnection(Abstrac
tSshWagon.java:232)
         at
org.apache.maven.wagon.AbstractWagon.connect(AbstractWagon.java:143)
         at
org.apache.maven.wagon.AbstractWagon.connect(AbstractWagon.java:106)
         at
org.apache.maven.artifact.deployer.DefaultArtifactDeployer.deployFiles(Defau
ltArtifactDeployer.java:372)
<<< END

+) I gave it a try using "scpexe://10.0.0.20" but it seems to do nothing
apart from sucess messages

+) I can successfully use putty's pscp to copy the files on my box

Any ideas or hints?!

Thanks in advance

Siegfried Goeschl

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



--
.::You're welcome ::.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED] For additional
commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to