wagon:download-single

Full name:

org.kuali.maven.plugins:wagon-maven-plugin:1.0.5:download-single

Description:

Download a single file.

Attributes:

Required Parameters

Name Type Since Description
fromFile String - Relative path to the URL.
User property is: wagon.fromFile.
url String - URL to upload to or download from or list. Must exist and point to a directory.
User property is: wagon.url.

Optional Parameters

Name Type Since Description
serverId String - settings.xml's server id for the URL. This is used when wagon needs extra authentication information.
Default value is: serverId.
User property is: wagon.serverId.
skip boolean - When true, skip the execution.
Default value is: false.
User property is: wagon.skip.
toDir File - Directory to download the remote file to
User property is: wagon.toDir.
toFile File - File to download the remote file to. Use this option to rename the file after download. When toDir is present, this argument is ignored
User property is: wagon.toFile.

Parameter Details

fromFile:

Relative path to the URL.
  • Type: java.lang.String
  • Required: Yes
  • User Property: wagon.fromFile

serverId:

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

skip:

When true, skip the execution.
  • Type: boolean
  • Required: No
  • User Property: wagon.skip
  • Default: false

toDir:

Directory to download the remote file to
  • Type: java.io.File
  • Required: No
  • User Property: wagon.toDir

toFile:

File to download the remote file to. Use this option to rename the file after download. When toDir is present, this argument is ignored
  • Type: java.io.File
  • Required: No
  • User Property: wagon.toFile

url:

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