Okay, I changed to using wagon-ssh (the docs should be fixed), and now I'm getting this error when I attempt to upload:

Caused by: org.apache.maven.artifact.deployer.ArtifactDeploymentException: Error deploying artifact: Unsupported Protocol: 'scp': Cannot find wagon which supports the requested protocol: scp at org.apache.maven.artifact.deployer.DefaultArtifactDeployer.deploy(DefaultArtifactDeployer.java:94) at org.apache.maven.artifact.ant.DeployTask.doExecute(DeployTask.java:117)
   ... 28 common frames omitted
Caused by: org.apache.maven.wagon.TransferFailedException: Unsupported Protocol: 'scp': Cannot find wagon which supports the requested protocol: scp at org.apache.maven.artifact.manager.DefaultWagonManager.putRemoteFile(DefaultWagonManager.java:191) at org.apache.maven.artifact.manager.DefaultWagonManager.putArtifact(DefaultWagonManager.java:160) at org.apache.maven.artifact.deployer.DefaultArtifactDeployer.deploy(DefaultArtifactDeployer.java:80)
   ... 29 common frames omitted
Caused by: org.apache.maven.wagon.UnsupportedProtocolException: Cannot find wagon which supports the requested protocol: scp at org.apache.maven.artifact.manager.DefaultWagonManager.getWagon(DefaultWagonManager.java:135) at org.apache.maven.artifact.manager.DefaultWagonManager.putRemoteFile(DefaultWagonManager.java:185)
   ... 31 common frames omitted
Caused by: org.codehaus.plexus.component.repository.exception.ComponentLookupException: Component descriptor cannot be found in the component repository: org.apache.maven.wagon.Wagonscp.

Upgrading to the most recent beta (1.0-beta-6) doesn't help.

Is anyone actually successfully uploading using scp? Can I see the configuration file?

My build file is at: http://github.com/RobertFischer/gradle-plugins/blob/master/build.gradle

~~ Robert.

Robert Fischer wrote:
The user guide (Table 29.1) says that I need 'org.apache.maven.wagon:wagon-scp:1.0-beta-2' for scp upload. But there is no such beast, at least not in the maven central repo. Is there a different repo I should use, or am I missing something?

~~ Robert.

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email



---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to