Fork me on GitHub

VFS Maven Plugin

Use this plugin to list, copy, move, and delete virtual file system files using Apache Commons Virtual File System (VFS).

Goals Overview

  • vfs:list Perform a file list
  • vfs:copy Transfer a set of files from one virtual file system to another.
  • vfs:move Move a set of files from on virtual file system to another.
  • vfs:remove Remove a set of files from a virtual file system.

Usage

Instructions on how to use the VFS Maven Plugin can be found on the usage page.

Examples

Live examples are at https://svn.codehaus.org/mojo/trunk/mojo/vfs/vfs-maven-plugin/src/examples )