Full name:
com.github.mkolisnyk:sirius-maven-plugin:1.2-SNAPSHOT:generate
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
groups | String | - | The semi-colon separated list of labels which can be used as filter
while quering issues. If multiple values are specified the issues
returned should have at least one of the specified labels. Default value is: Test. User property is: issueget.groups. |
outputLocation | String | - | The folder where output should be produced to Default value is: .. User property is: issueget.output. |
outputType | String | - | Identifies the output type to be produced. At the moment the
following values are supported:
Default value is: trace. User property is: issueget.type. |
password | String | - | The password to connect to GitHub repository User property is: issueget.password. |
repository | String | - | The GitHub repository name to retrieve issues for Default value is: Sirius. User property is: issueget.repository. |
userName | String | - | The user name to connect to GitHub repository with User property is: issueget.user. |