Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: add unpackBundle configuration option to bundle-plugin docs

...

  • 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
    • options: 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
    • options: supportedProjectTypes defaults to "jar","bundle"

...