wagon:exist
Full name:
org.kuali.maven.plugins:wagon-maven-plugin:1.0.3:exist
Description:
Check for the existing of remote resource.
Attributes:
- Requires a Maven project to be executed.
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 |
resource |
String |
- |
relative path to a remote resource
|
serverId |
String |
- |
settings.xml's server id for the URL. This is used when wagon needs
extra authentication information. Default value is: serverId. |
skip |
boolean |
- |
When true, skip the execution. Default value is: false. |
Parameter Details
resource:
relative path to a remote resource
- Type: java.lang.String
- Required: No
- Expression: ${wagon.resource}
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
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}