Full name:
org.apache.felix:maven-bundle-plugin:2.4.0-SNAPSHOT:wrap
This plugin goal has been deprecated:
Description:
Attributes:
| Name | Type | Since | Description | 
|---|---|---|---|
| buildDirectory | String | - | The directory for the generated JAR. | 
| outputDirectory | File | - | The directory for the generated bundles. | 
| Name | Type | Since | Description | 
|---|---|---|---|
| archive | MavenArchiveConfiguration | - | The archive configuration to use. | 
| classifier | String | - | Classifier type of the bundle to be installed. For example,
"jdk14". Defaults to none which means this is the project's main
bundle. | 
| depth | int | - | Process up to some depth | 
| dumpClasspath | File | - | File where the BND class-path will be dumped | 
| dumpInstructions | File | - | File where the BND instructions will be dumped | 
| excludeDependencies | String | - | Comma separated list of artifactIds to exclude from the dependency
classpath passed to BND (use "true" to exclude everything) | 
| ignoreMissingArtifacts | boolean | - | Ignore missing artifacts that are not required by current project
but are required by the transitive dependencies. | 
| instructions | Map | - | The BND instructions for the bundle. | 
| manifestLocation | File | - | Directory where the manifest will be written Default value is: ${project.build.outputDirectory}/META-INF. | 
| rebuildBundle | boolean | - | When true, generate the manifest by rebuilding the full bundle in
memory | 
| supportedProjectTypes | List | - | Project types which this plugin supports. | 
| unpackBundle | boolean | - | When true, unpack the bundle contents to the outputDirectory | 
| wrapImportPackage | String | - | Import-Package to be used when wrapping dependencies. Default value is: *. |