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(AbstractSshWagon.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(DefaultArtifactDeployer.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]

Reply via email to