qa-orcanos-publisher:publish
Full name:
dev.aherscu.qa:qa-orcanos-publisher-maven-plugin:1.0.5-SNAPSHOT:publish
Description:
Orcanos
publish
goal should be configured as in plugin-config.xml
file used for testing.Attributes:
- Requires a Maven project to be executed.
- The goal is thread-safe and supports parallel builds.
- Binds by default to the lifecycle phase:
post-integration-test
.
Required Parameters
Name | Type | Since | Description |
---|---|---|---|
<orcanosProjectId> |
String |
- |
(no description) |
<orcanosUrl> |
URI |
- |
(no description) |
Optional Parameters
Name | Type | Since | Description |
---|---|---|---|
<additionalExecutionFields> |
Properties |
- |
(no description) |
<connectTimeoutMs> |
int |
- |
(no description) Default value is: 10000 . |
<filePattern> |
String |
- |
Groups to match in report file to be published as follows:
Default value is: (.*[\\|/])([^\\|/]+)-([^\\|/]+)-([^\\|/]+)$ . |
<readTimeoutMs> |
int |
- |
(no description) Default value is: 10000 . |
<reportFileExtension> |
String |
- |
Files having this extension will be scanned and uploaded if matched correctly by filePattern .Default value is: .html . |
<reportsDirectory> |
File |
- |
(no description) Default value is: ${project.build.directory}/jgiven-reports/qa-html . |
<retriesLimit> |
int |
- |
(no description) Default value is: 3 . |
<skip> |
boolean |
- |
(no description) Default value is: false .User property is: orcanos.skip . |
<tag> |
String |
- |
(no description) |
Parameter Details
<additionalExecutionFields>
(no description)
- Type:
java.util.Properties
- Required:
No
<connectTimeoutMs>
(no description)
- Type:
int
- Required:
No
- Default:
10000
<filePattern>
Groups to match in report file to be published as follows:
- absolute path to file
- execution status
- class name
- method name
- Type:
java.lang.String
- Required:
No
- Default:
(.*[\\|/])([^\\|/]+)-([^\\|/]+)-([^\\|/]+)$
<orcanosProjectId>
(no description)
- Type:
java.lang.String
- Required:
Yes
<orcanosUrl>
(no description)
- Type:
java.net.URI
- Required:
Yes
<readTimeoutMs>
(no description)
- Type:
int
- Required:
No
- Default:
10000
<reportFileExtension>
Files having this extension will be scanned and uploaded if matched correctly by
filePattern
.- Type:
java.lang.String
- Required:
No
- Default:
.html
<reportsDirectory>
(no description)
- Type:
java.io.File
- Required:
No
- Default:
${project.build.directory}/jgiven-reports/qa-html
<retriesLimit>
(no description)
- Type:
int
- Required:
No
- Default:
3
<skip>
(no description)
- Type:
boolean
- Required:
No
- User Property:
orcanos.skip
- Default:
false
<tag>
(no description)
- Type:
java.lang.String
- Required:
No