Full name:
net.lopht.maven-plugins:upload-maven-plugin:0.6.0:upload-files
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
<basedir> | File | 0.0.1 | The path to the folder to scan for files to upload. Default value is: ${project.basedir}. User property is: upload.basedir. |
<excludes> | String[] | 0.0.1 | List of Ant file patterns to exclude from basedir. User property is: upload.excludes. |
<headers> | Map | 0.2.0 | Custom HTTP headers to add to each request. |
<includes> | String[] | 0.0.1 | List of Ant file patterns to include from basedir. User property is: upload.includes. |
<preemptiveAuth> | boolean | 0.3.0 | Set to true if the server requires credentials in the initial
request. Default value is: false. User property is: upload.preemptiveAuth. |
<repositoryBasepath> | String | 0.1.0 | The server path to the folder where the files will be uploaded, ie
path/to/folder. Will be appended to the repositoryUrl
parameter. User property is: upload.repositoryBasePath. |
<repositoryUrl> | String | 0.0.1 | The base URL of the server, ie http://server.example.com/. User property is: upload.repositoryUrl. |
<serverId> | String | 0.0.1 | The server Id in settings.xml with credentials to use. User property is: upload.serverId. |
<session> | MavenSession | 0.0.1 | (no description) User property is: session. |
<skip> | boolean | 0.4.0 | Set to true to skip execution. Default value is: false. User property is: upload.skip. |
<usePOST> | boolean | 0.5.0 | Use POST instead of PUT Default value is: false. User property is: upload.post. |