Full name:
com.github.lucapino:confluence-maven-plugin:2.0.0:add-attachment
Description:
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| <attachments> | File[] | - | Files to attach |
| <basedir> | String | - | The current project base directory. User property is: basedir. |
| <page> | PageDescriptor | - | Page descriptor |
| <url> | String | - | URL pointing to Confluence server, i.e:
|
| Name | Type | Since | Description |
|---|---|---|---|
| <announceParameters> | HashMap | - | Map of custom parameters for the release notes. This Map will be
passed to the template. |
| <comment> | String | - | Comment |
| <password> | String | - | Confluence Authentication Password. Default value is: ${scmPassword}. |
| <runOnlyAtExecutionRoot> | boolean | - | This will cause the execution to be run only at the top of a given
module tree. That is, run in the project contained in the same
folder where the mvn execution was launched. Default value is: false. |
| <serverId> | String | - | Server id corresponding to entry within settings.xml |
| <skip> | boolean | - | Returns if this plugin is enabled for this context Default value is: false. |
| <username> | String | - | Confluence Authentication User. Default value is: ${scmUsername}. |
| <verbose> | boolean | - | (no description) Default value is: false. |