bundle:install

Full name:

org.apache.felix:maven-bundle-plugin:2.3.7:install

Description:

Installs bundle details in the local OBR repository (life-cycle goal)

Attributes:

  • Requires a Maven project to be executed.
  • The goal is thread-safe and supports parallel builds.
  • Binds by default to the lifecycle phase: install.

Optional Parameters

Name Type Since Description
obrRepository String - OBR Repository.
supportedProjectTypes List - Project types which this plugin supports.

Parameter Details

obrRepository:

OBR Repository.
  • Type: java.lang.String
  • Required: No
  • Expression: ${obrRepository}

supportedProjectTypes:

Project types which this plugin supports.
  • Type: java.util.List
  • Required: No