Versions Compared

Key

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

...

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

...