Fork me on GitHub

vfs:copy

Full name:

org.codehaus.mojo:vfs-maven-plugin:1.0.2-SNAPSHOT:copy

Description:

Copy files from one VFS to another VFS

Attributes:

  • Requires a Maven project to be executed.
  • The goal is thread-safe and supports parallel builds.

Optional Parameters

Name Type Since Description
fileset MojoVfsFileSet 1.0 beta 1 VFS configuration using single fileset
filesets List 1.0 VFS configuration using multiple filesets
ftpSettings FtpSettings 1.0 beta 1 ftp connection specific settings
sftpSettings SftpSettings 1.0 beta 1 sftp connection specific settings
skip boolean 1.0 beta 1 When true, skip the execution.
Default value is: false.
User property is: skip.

Parameter Details

fileset:

VFS configuration using single fileset
  • Type: com.codehaus.mojo.vfs.MojoVfsFileSet
  • Since: 1.0 beta 1
  • Required: No

filesets:

VFS configuration using multiple filesets
  • Type: java.util.List
  • Since: 1.0
  • Required: No

ftpSettings:

ftp connection specific settings
  • Type: com.codehaus.mojo.vfs.FtpSettings
  • Since: 1.0 beta 1
  • Required: No

sftpSettings:

sftp connection specific settings
  • Type: com.codehaus.mojo.vfs.SftpSettings
  • Since: 1.0 beta 1
  • Required: No

skip:

When true, skip the execution.
  • Type: boolean
  • Since: 1.0 beta 1
  • Required: No
  • User Property: skip
  • Default: false