Support to enable/disable the Jira integration per project

It can now be configured per project whether the Jira integration is
enabled or not. To enable the Jira integration for a project the
project must have the following entry in its `project.config` file in
the `refs/meta/config` branch:

  [plugin "its-jira"]
    enabled = true

If `plugin.its-jira.enabled` is not specified in the `project.config` file
the value is inherited from the parent project. If it is also not set
on any parent project the Jira integration is disabled for this
project.

By setting `plugin.its-jira.enabled` to true in the `project.config` of the
`All-Projects` project the Jira integration can be enabled by default
for all projects. During the initialization of the plugin you are asked
if the Jira integration should be enabled by default for all projects
and if yes this setting in the `project.config` of the `All-Projects`
project is done automatically.

Change-Id: I3cd61fe010d226f4947b79da0f038b4e75e38263
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
2 files changed
tree: ea55ed357f2d1e92348d29b867cb897d00660222
  1. .settings/
  2. src/
  3. .gitignore
  4. LICENSE
  5. pom.xml