Versions Compared

Key

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

...

  • bundleall - build OSGi bundle jars for all transitive dependencies
    configuration options:
    • supportedProjectTypes defaults to "jar","bundle"
    • wrapImportPackage defaults to "*"
  • wrap - as above, but limited to the first level of dependencies
    configuration options:
    • supportedProjectTypes defaults to "jar","bundle"
    • wrapImportPackage defaults to "*"
  • manifest - create an OSGi manifest for the current project
    configuration options:
    • manifestLocation defaults to ${project.build.outputDirectory}/META-INF
    • supportedProjectTypes defaults to "jar","bundle"

...