DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
Where GOAL is one of the following:
bundle- build an OSGi bundle jar
configuration options:manifestLocationdefaults to ${project.build.outputDirectory}/META-INFunpackBundleunpack bundle contents to output directory, defaults to falseexcludeDependenciesexclude dependencies from the project classpath given to Bnd, defaults to falsesupportedProjectTypesdefaults 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-INFsupportedProjectTypesdefaults to "jar","bundle"
...