Top "Maven-wagon-plugin" questions

The Maven Wagon plugin is a plugin for Apache Maven 2 for deploying files, supporting SCP, FTP, file copy and a variety of other mechanisms.

wagon ssh / scp: No connector available to access repository ... of type default using the available factories WagonRepositoryConnectorFactory

Is this a bug of wagon-ssh 2.10? What might work? E.g. what combination of Maven, Wagon-SSH and pom settings will …

maven maven-wagon-plugin wagon
Run remote command via ssh using Maven3

I am using wagon-maven-plugin to scp my WAR file to the server. It works fine. My next step is to …

maven-3 maven-wagon-plugin
In Maven how do I copy files using the wagon plugin?

Summary: How do I copy some generated files into a webserver (eg IIS or Apache) directory using Maven? Details: I …

maven wagon maven-wagon-plugin maven-webstart-plugin
How can I adjust timeout for mvn mirror on dependency:resolve -- Error transferring file: Read timed out

Does anyone know how to control the timeout settings for a mirror in the maven settings file or in the …

maven timeout nexus sonatype maven-wagon-plugin
How to configure Maven Wagon

Maven Wagon HTTP documentation says: Other features can be configured through system properties: maven.wagon.http.ssl.insecure = true/false (…

maven wagon maven-wagon-plugin