Full name:
org.bsc.maven:confluence-reporting-maven-plugin:8.0-beta1:export
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
<connectTimeoutInSeconds> | long | 7.0-beta2 | set the confluence service socket connection timeout in seconds Default value is: 10. User property is: confluence.timeout.connect.secs. |
<endPoint> | String | 3.4.3 | Confluence api endpoint url.
<endPoint>http://your-confluence-site/rest/api</endpoint> Default value is: http://localhost:8080/rpc/xmlrpc. User property is: confluence.endPoint. |
<failOnError> | boolean | 5.0-rc1 | Indicates whether the build will continue even if there are clean
errors. Default value is: true. User property is: confluence.failOnError. |
<httpHeaders> | Map | 3.4.3 | Additional HTTP headers for Confluence. User property is: confluence.httpHeaders. |
<outputFile> | File | 3.4.3 | output file - if missing it will be
${project.build.directory}/${title}.${outputType} Alias is: outputFile. |
<outputType> | String | 3.4.3 | type of output - either 'pdf' or 'doc' Default value is: pdf. User property is: outputType. Alias is: outputType. |
<pageTitle> | String | 3.4.3 | title of pageTitle that will be deleted Default value is: ${project.build.finalName}. User property is: confluence.page. Alias is: title. |
<parentPageId> | String | 4.10 | Confluence parent page id. If set it is possible to avoid
specifying parameters spaceKey and parentPageTitle User property is: confluence.parentPageId. |
<parentPageTitle> | String | 3.4.3 | Confluence parent page title Default value is: Home. User property is: confluence.parentPage. |
<password> | String | 3.4.3 | Confluence password User property is: confluence.password. |
<properties> | Map | 3.4.3 | additional properties pass to template processor Properties in the
form of URI will be loaded and loaded value will be used instead,
see processProperties |
<readTimeoutInSeconds> | long | 7.0-beta2 | set the confluence service socket read timeout in seconds Default value is: 10. User property is: confluence.timeout.read.secs. |
<scrollVersions> | ScrollVersionsInfo | 6.5-beta1 | ScrollVersions addon configuration. Below the template
<scrollVersions> <version>version name</version> <!-- mandatory --> <skip>true|false</skip> <!-- optional, default false (since 6.9-rc2) -->* </scrollVersions> |
<serverId> | String | 3.1.1 | Issue 39 Server's id in settings.xml to
look up username and password. Defaults to ${url} if
not given. User property is: confluence.serverId. |
<skip> | boolean | 5.1 | Skip plugin execution Default value is: false. |
<spaceKey> | String | 3.4.3 | Confluence target confluence spaceKey User property is: confluence.spaceKey. |
<sslCertificate> | SSLCertificateInfo | 4.1.0 | if using a https url, configure if the plugin accepts every
certifactes or respects hostnameVerifierClass and trustManagerClass
(if set). Below the Template
<sslCertificate> <ignore>true|false</ignore> <!-- default: false --> <hostNameVerifierClass>FQN</hostnameverifierclass> <!-- default: null --> <trustManagerClass>FQN</trustmanagerclass> <!-- default: null --> </sslCertificate> |
<username> | String | 3.4.3 | Confluence username User property is: confluence.userName. |
<writeTimeoutInSeconds> | long | 7.0-beta2 | set the confluence service socket write timeout in seconds Default value is: 10. User property is: confluence.timeout.write.secs. |
<endPoint>http://your-confluence-site/rest/api</endpoint>
<scrollVersions> <version>version name</version> <!-- mandatory --> <skip>true|false</skip> <!-- optional, default false (since 6.9-rc2) -->* </scrollVersions>
<sslCertificate> <ignore>true|false</ignore> <!-- default: false --> <hostNameVerifierClass>FQN</hostnameverifierclass> <!-- default: null --> <trustManagerClass>FQN</trustmanagerclass> <!-- default: null --> </sslCertificate>