I'm having the scp deployment problem that has been talked about previously and has had several bug reports filed, though some of those are closed.

Basically, sometimes deployment of an artifact or a site succeeds/ fails. I just keep doing it and eventually it works. Usually though, it hangs in the upload phase, and sometimes I can't ever get it to deploy.

[INFO] [deploy:deploy]
Uploading: scp://commons.ucalgary.ca/Library/WebServer/Documents/pub/ m2//ca/ucalgary/commons/pmgt/1.0/pmgt-1.0.pom

Then I can kill -QUIT to get a thread dump, and I think it's waiting on a unix process (presumably the scp process) but I'm not sure.

I have the latest versions of maven-deploy-plugin and maven-release- plugin from svn. Is it the deploy plugin at fault here? Or the wagon? My maven install is a 2.0.1-SNAPSHOT from a few of weeks ago. Is it worth updating that?

I'm just trying to see if it's already been fixed but I'm missing the right components, and which components those might be.

Thanks,

J

ps.

  <distributionManagement>
    <repository>
      <id>LCCR-M2</id>
      <name>Learning Commons Code Repository</name>
<url>scp://commons.ucalgary.ca/Library/WebServer/Documents/pub/ m2/</url>
    </repository>
    <site>
      <id>commons.ucalgary.ca</id>
      <name>Learning Commons</name>
<url>scp://commons.ucalgary.ca/Library/WebServer/Documents/ projects/pmgt2/</url>
    </site>
  </distributionManagement>




--
Julian Wood <[EMAIL PROTECTED]>

Programmer/Analyst
University of Calgary

http://commons.ucalgary.ca


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

Reply via email to