DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
bundle- build an OSGi bundle jar
configuration options:manifestLocationdefaults to ${project.build.outputDirectory}/META-INFunpackBundleunpack bundle contents to output directory, defaults to false- options:
supportedProjectTypesdefaults to "jar","bundle"
bundleall- build an OSGi bundle jar for all transitive dependencies
configuration options:supportedProjectTypesdefaults to "jar","bundle"
wrap- as above, but limited to the first level of dependencies
configuration options:supportedProjectTypesdefaults to "jar","bundle"
manifest- create an OSGi manifest for the current project
configuration options:manifestLocationdefaults to ${project.build.outputDirectory}/META-INF- options:
supportedProjectTypesdefaults to "jar","bundle"
...