bugzilla:addMilestone
Full name:
de.smartics.maven.plugin:bugzilla-maven-plugin:0.4.1:addMilestone
Description:
Adds a milestone to a product.
Attributes:
- Requires a Maven project to be executed.
- The goal is thread-safe and supports parallel builds.
- Since version: 1.0.
Optional Parameters
Name |
Type |
Since |
Description |
issueServerId |
String |
1.0 |
The name of the server configuration in the settings.xml that provides credentials to access the issues server. Only used if no server matches the POM's issueManagement/url and issueManagement/system. Default value is: bugzilla. |
milestone |
String |
1.0 |
The new milestone to add. May be either MAJOR, MINOR, MICRO, CURRENT, SNAPSHOT or an explicit milestone to add. If the project's version cannot be recognized by Maven's standard implementation of a version parser and the milestone is not explicitly stated, nothing is added. Default value is: CURRENT. |
sortkey |
String |
1.0 |
The optional sortkey of the milestone to add.
|
verbose |
String |
1.0 |
Defines the verboseness of the output.
- QUIET - prints no info messages.
- NORMAL - only prints the returned page titles.
- VERBOSE - adds information about the called service and parameters.
- TRACE - provides the most verbose output with dumping the contents of the returned pages.
Default value is: NORMAL. |
Parameter Details
issueServerId:
The name of the server configuration in the
settings.xml that provides credentials to access the issues server. Only used if no server matches the POM's
issueManagement/url and
issueManagement/system.
- Type: java.lang.String
- Since: 1.0
- Required: No
- Default: bugzilla
milestone:
The new milestone to add. May be either
MAJOR,
MINOR,
MICRO,
CURRENT,
SNAPSHOT or an explicit milestone to add.
If the project's version cannot be recognized by Maven's standard implementation of a version parser and the milestone is not explicitly stated, nothing is added.
- Type: java.lang.String
- Since: 1.0
- Required: No
- Expression: ${newMilestone}
- Default: CURRENT
sortkey:
The optional sortkey of the milestone to add.
- Type: java.lang.String
- Since: 1.0
- Required: No
- Expression: ${sortkey}
verbose:
Defines the verboseness of the output.
- QUIET - prints no info messages.
- NORMAL - only prints the returned page titles.
- VERBOSE - adds information about the called service and parameters.
- TRACE - provides the most verbose output with dumping the contents of the returned pages.
- Type: java.lang.String
- Since: 1.0
- Required: No
- Expression: ${verbose}
- Default: NORMAL