bugzilla:addProduct

Full name:

de.smartics.maven.plugin:bugzilla-maven-plugin:0.7.0:addProduct

Description:

Adds this project as new product on the issue management server.

Attributes:

  • Requires a Maven project to be executed.
  • The goal is thread-safe and supports parallel builds.
  • Since version: 1.0.

Required Parameters

Name Type Since Description
settingsSecurityLocation String 1.0 The location of the settings-security.xml.

Optional Parameters

Name Type Since Description
addDefaultComponentsForMultiModuleProjects boolean 1.0 Signals to add the default component descriptions for multi module projects. The default descriptions are added in addition to the names of the sub modules. This has no effect on single modules where the default component descriptions are always added.
Default value is: false.
classification String 1.0 The optional classification for the product.
Default value is: ${project.groupId}.
configurationName String 1.0 The name of the resource on the class path that contains the configuration. The XML file must conform to http://www.smartics.de/schema/bugzilla-configuration/1".
Default value is: bugzilla-configuration-default.xml.
defaultMilestone String 1.0 The default milestone to use. Defaults to the current version without -SNAPSHOT suffix.
initialOwner String 1.0 The name of the initial owner of issues for the components. Currently the initial owner for each component is the same.
initialVersion String 1.0 The initial version to use.
Default value is: ${project.Version}.
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.
issueServerVersion String 1.0 The version of the issue server. Allows the implementation to make version dependent decisions.
locale String 1.0 The locale to use to select default component descriptions. If a not supported locale is used, it defaults to the given default. If specified, the configurationName is adjusted by adding this locale (e.g. bugzilla-configuration-default-en.xml).
Default value is: en.
product String 1.0 The name of product.
Default value is: ${project.artifactId}.
suppressSubModuleNamesAsComponents boolean 1.0 Signals that in the case of a multi module project the sub module names should not be added as components. Note: If you do not set 'addDefaultComponentsForMultiModuleProjects' to 'true' the product will be added without any components.
Default value is: false.
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

addDefaultComponentsForMultiModuleProjects:

Signals to add the default component descriptions for multi module projects. The default descriptions are added in addition to the names of the sub modules. This has no effect on single modules where the default component descriptions are always added.
  • Type: boolean
  • Since: 1.0
  • Required: No
  • Default: false

classification:

The optional classification for the product.
  • Type: java.lang.String
  • Since: 1.0
  • Required: No
  • Expression: ${classification}
  • Default: ${project.groupId}

configurationName:

The name of the resource on the class path that contains the configuration. The XML file must conform to http://www.smartics.de/schema/bugzilla-configuration/1".
  • Type: java.lang.String
  • Since: 1.0
  • Required: No
  • Default: bugzilla-configuration-default.xml

defaultMilestone:

The default milestone to use. Defaults to the current version without -SNAPSHOT suffix.
  • Type: java.lang.String
  • Since: 1.0
  • Required: No
  • Expression: ${defaultMilestone}

initialOwner:

The name of the initial owner of issues for the components. Currently the initial owner for each component is the same.
  • Type: java.lang.String
  • Since: 1.0
  • Required: No
  • Expression: ${initialOwner}

initialVersion:

The initial version to use.
  • Type: java.lang.String
  • Since: 1.0
  • Required: No
  • Expression: ${initialVersion}
  • Default: ${project.Version}

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

issueServerVersion:

The version of the issue server. Allows the implementation to make version dependent decisions.
  • Type: java.lang.String
  • Since: 1.0
  • Required: No
  • Expression: ${issueServerVersion}

locale:

The locale to use to select default component descriptions. If a not supported locale is used, it defaults to the given default. If specified, the configurationName is adjusted by adding this locale (e.g. bugzilla-configuration-default-en.xml).
  • Type: java.lang.String
  • Since: 1.0
  • Required: No
  • Default: en

product:

The name of product.
  • Type: java.lang.String
  • Since: 1.0
  • Required: No
  • Expression: ${product}
  • Default: ${project.artifactId}

settingsSecurityLocation:

The location of the settings-security.xml.
  • Type: java.lang.String
  • Since: 1.0
  • Required: Yes
  • Expression: ${user.home}/.m2/settings-security.xml

suppressSubModuleNamesAsComponents:

Signals that in the case of a multi module project the sub module names should not be added as components. Note: If you do not set 'addDefaultComponentsForMultiModuleProjects' to 'true' the product will be added without any components.
  • Type: boolean
  • Since: 1.0
  • Required: No
  • Default: false

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