Fork me on GitHub

vfs:list

Full name:

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

Description:

Display file list of a virtual file system.

Attributes:

  • The goal is thread-safe and supports parallel builds.

Required Parameters

Name Type Since Description
source String 1.0 beta 1 Source URL
User property is: source.

Optional Parameters

Name Type Since Description
excludes String 1.0 beta 1 Comma separated ANT exclude format
User property is: excludes.
ftpSettings FtpSettings 1.0 beta 1 ftp connection specific settings
includes String 1.0 beta 1 Comma separated ANT include format
User property is: includes.
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.
sourceId String 1.0 beta 1 Maven settings server's source authentication id
User property is: sourceId.

Parameter Details

excludes:

Comma separated ANT exclude format
  • Type: java.lang.String
  • Since: 1.0 beta 1
  • Required: No
  • User Property: excludes

ftpSettings:

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

includes:

Comma separated ANT include format
  • Type: java.lang.String
  • Since: 1.0 beta 1
  • Required: No
  • User Property: includes

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

source:

Source URL
  • Type: java.lang.String
  • Since: 1.0 beta 1
  • Required: Yes
  • User Property: source

sourceId:

Maven settings server's source authentication id
  • Type: java.lang.String
  • Since: 1.0 beta 1
  • Required: No
  • User Property: sourceId