wagon:list

Full name:

org.kuali.maven.plugins:wagon-maven-plugin:1.0.1-SNAPSHOT:list

Description:

List the files under a specified directory for a repository

Attributes:

Required Parameters

Name Type Since Description
url String - URL to upload to or download from or list. Must exist and point to a directory.

Optional Parameters

Name Type Since Description
caseSensitive boolean - Whether to consider remote path case sensitivity during scan
Default value is: true.
excludes String - Comma separated list of Ant's excludes to scan for remote files
fromDir String - Directory path relative to Wagon's URL
includes String - Comma separated list of Ant's includes to scan for remote files
Default value is: **.
serverId String - settings.xml's server id for the URL. This is used when wagon needs extra authentication information.
Default value is: serverId.
showFiles boolean - If true, any files found are logged to the console
Default value is: true.
skip boolean - When true, skip the execution.
Default value is: false.

Parameter Details

caseSensitive:

Whether to consider remote path case sensitivity during scan
  • Type: boolean
  • Required: No
  • Expression: ${wagon.caseSensitive}
  • Default: true

excludes:

Comma separated list of Ant's excludes to scan for remote files
  • Type: java.lang.String
  • Required: No
  • Expression: ${wagon.excludes}

fromDir:

Directory path relative to Wagon's URL
  • Type: java.lang.String
  • Required: No
  • Expression: ${wagon.fromDir}

includes:

Comma separated list of Ant's includes to scan for remote files
  • Type: java.lang.String
  • Required: No
  • Expression: ${wagon.includes}
  • Default: **

serverId:

settings.xml's server id for the URL. This is used when wagon needs extra authentication information.
  • Type: java.lang.String
  • Required: No
  • Expression: ${wagon.serverId}
  • Default: serverId

showFiles:

If true, any files found are logged to the console
  • Type: boolean
  • Required: No
  • Expression: ${wagon.showFiles}
  • Default: true

skip:

When true, skip the execution.
  • Type: boolean
  • Required: No
  • Expression: ${wagon.skip}
  • Default: false

url:

URL to upload to or download from or list. Must exist and point to a directory.
  • Type: java.lang.String
  • Required: Yes
  • Expression: ${wagon.url}