bugzilla:addVersion
Full name:
de.smartics.maven.plugin:bugzilla-maven-plugin:0.4.1:addVersion
Description:
Adds a version 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. |
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. |
version |
String |
1.0 |
The new version to add. May be either MAJOR, MINOR, MICRO, CURRENT, SNAPSHOT or an explicit version to add. If the project's version cannot be recognized by Maven's standard implementation of a version parser and the version is not explicitly stated, nothing is added. Default value is: CURRENT. |
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
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
version:
The new version to add. May be either
MAJOR,
MINOR,
MICRO,
CURRENT,
SNAPSHOT or an explicit version to add.
If the project's version cannot be recognized by Maven's standard implementation of a version parser and the version is not explicitly stated, nothing is added.
- Type: java.lang.String
- Since: 1.0
- Required: No
- Expression: ${newVersion}
- Default: CURRENT