Full name:
org.kuali.maven.plugins:wagon-maven-plugin:1.0.5:upload
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 |
---|---|---|---|
excludes | String | - | Comma separate list of Ant's excludes to scan for local files User property is: wagon.excludes. |
followSymLink | boolean | - | Follow local symbolic link if possible Default value is: false. User property is: wagon.followSymLink. |
fromDir | File | - | Local directory to upload to wagon's "url/toDir" Default value is: ${project.basedir}. User property is: wagon.fromDir. |
includes | String | - | Comma separate list of Ant's includes to scan for local files User property is: wagon.includes. |
optimize | boolean | - | Optimize the upload by locally compressed all files in one bundle,
upload the bundle, and finally remote uncompress the bundle. Default value is: false. User property is: wagon.optimize. |
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 | String | - | Remote path relative to Wagon's url to upload local files to. User property is: wagon.toDir. |
useDefaultExcludes | boolean | - | Use default exclude sets Default value is: true. User property is: wagon.useDefaultExcludes. |
skip:
url: