Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Where GOAL is one of the following:

  • bundle - build an OSGi bundle jar
    configuration options:
    • manifestLocation defaults to ${project.build.outputDirectory}/META-INF
    • unpackBundle unpack bundle contents to output directory, defaults to false
    • excludeDependencies exclude dependencies from the project classpath given to Bnd, defaults to false
    • supportedProjectTypes defaults to "jar","bundle"
  • bundleall - build an OSGi bundle jar for all transitive dependencies
    configuration options:
    • supportedProjectTypes defaults to "jar","bundle"
  • wrap - as above, but limited to the first level of dependencies
    configuration options:
    • supportedProjectTypes defaults to "jar","bundle"
  • manifest - create an OSGi manifest for the current project
    configuration options:
    • manifestLocation defaults to ${project.build.outputDirectory}/META-INF
    • supportedProjectTypes defaults to "jar","bundle"

...