Hi,
Does anyone successfully use the Wagon SSH extension to deploy?
I'm unable to get the wagon-ssh-external to work with Maven 3.
It seems the ssh wagon is not registering the extension from the
./.mvn/extensions.xml file:
<extension>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-ssh-external</artifactId>
<version>3.5.3</version>
</extension>
Failed to deploy artifacts/metadata: Cannot access
sftp://10.1.1.221/repo/snapshots with type default
using the available connector factories:
BasicRepositoryConnectorFactory: Cannot access
sftp://10.1.1.221/repo/snapshots
using the registered transporter factories: HttpTransporterFactory,
HttpTransporterFactory, FileTransporterFactory,
FileTransporterFactory, WagonTransporterFactory -> [Help 1]
Why are there only 5 and why are there are only 3 unique?
Apache Maven 3.9.11
Thanks,