Overview
Use this plugin to view and transfer resources between repositories using Maven Wagon.
Goals Overview
The Wagon Maven Plugin has the following goals.
- wagon:upload-single uploads the specified file to a remote location.
- wagon:upload uploads the specified set of files to a remote location.
- wagon:download-single downloads the specified file from a remote location.
- wagon:download downloads the specified set of files from a remote location.
- wagon:list lists the content of a specified location in a remote repository.
- wagon:copy copies a set of files under a Wagon repository to another.
- wagon:merge-maven-repos merges , including metadata, a Maven repository to another.
- wagon:sshexec Executes a set of commands at remote SSH host.
Usage
Instructions on the basic usage of the Wagon Maven Plugin can be found here.
Examples
- Live examples are available in Git