Full name:
org.kuali.maven.plugins:wagon-maven-plugin:1.0.5:download
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
url | String | - | URL to upload to or download from or list. Must exist and point to
a directory. User property is: wagon.url. |
Name | Type | Since | Description |
---|---|---|---|
caseSensitive | boolean | - | Whether to consider remote path case sensitivity during scan Default value is: true. User property is: wagon.caseSensitive. |
excludes | String | - | Comma separated list of Ant's excludes to scan for remote files User property is: wagon.excludes. |
fromDir | String | - | Directory path relative to Wagon's URL User property is: wagon.fromDir. |
includes | String | - | Comma separated list of Ant's includes to scan for remote files Default value is: **. User property is: wagon.includes. |
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. |
skipExisting | boolean | - | If true, files that already exist on the local file system are not
downloaded Default value is: false. User property is: wagon.skipExisting. |
toDir | File | - | Local directory that files are downloaded to Default value is: ${project.build.directory}/wagon-plugin. User property is: wagon.toDir. |
skip:
url: