DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
<Bundle-SymbolicName>is assumed to be "${groupId}.${artifactId}".<Export-Package>is assumed to be "${groupId}.${artifactId}.<Bundle-SymbolicName>.*", unless<Private-Package>is specified, then<Export-Package>is assumed to be empty.<Private-Package>is assumed to be empty by default.<Import-Package>is assumed to be "*", which imports everything referred to by the bundle content, but not contained in the bundle.<Include-Resource>is generated from the project's Maven resources, typically "src/main/resources/", which will copy the specified project directory hierarchy into the resulting bundle JAR file, mirroring standard Maven behavior.<Bundle-Version>is assumed to be "${pom.version}" with '-' character separator of the qualifier replaced with a '.' character.<Bundle-Name>is assumed to be "${pom.name}".<Bundle-Description>is assumed to be "${pom.description}".<Bundle-License>is assumed to be "${pom.licenses}".<Bundle-Vendor>is assumed to be "${pom.organization.name}".<Bundle-DocURL>is assumed to be "${pom.organization.url}".
...
bundle- build an OSGi bundle jar for the current project
configuration options:manifestLocationdefaults to ${project.build.outputDirectory}/META-INFunpackBundleunpack bundle contents to output directory, defaults to falseexcludeDependenciescomma-separated list of dependency artifactIds to exclude from the classpath passed to Bnd (use "true" to exclude everything)supportedProjectTypesdefaults to "jar","bundle"classifierattach bundle to the project using the given classifier
...