Top "Wagon" questions

Maven Wagon is a transport abstraction that is used in Maven's artifact and repository handling code.

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
Maven deploy snapshot with scp throws NoSuchElementException

I want to be able to deploy a snapshot of a maven project on a nexus repository using scp. Here's …

java maven snapshot wagon
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
Uploading a File via SCP with Maven fails

I try to upload an ear created by maven to an application server using scp. When I tried to run …

maven-2 upload scp wagon
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