DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
Using Maven2, build and install the maven-bundle-plugin by issuing the following Maven2 command in the project directory that was created as a result of the previous step.
| No Format |
|---|
$ mvn install |
Goals
The maven-bundle-plugin also provides various functionality via some new Maven goals. Command-line execution of a goal is performed as follows:
| No Format |
|---|
mvn org.apache.felix:maven-bundle-plugin:GOAL
|
Where GOAL is one of the following:
bundle- build an OSGi bundle jar- options:
supportedProjectTypesdefaults to "jar","bundle"
- options:
bundleall- build an OSGi bundle jar for all transitive dependencies- options:
supportedProjectTypesdefaults to "jar","bundle"
- options:
wrap- as above, but limited to the first level of dependencies- options:
supportedProjectTypesdefaults to "jar","bundle"
- options:
manifest- create an OSGi manifest for the current project- options:
manifestLocationdefaults to ${project.build.outputDirectory}/META-INF - options:
supportedProjectTypesdefaults to "jar","bundle"
- options:
There are also new instructions available from the underlying BND tool, which continues to be improved independently; for the latest see http://aqute.biz/Code/Bnd.
The default goal bundle will be initialized by setting the <packaging> entry to "bundle".
Feedback
Subscribe to the Felix users mailing list by sending a message to users-subscribe@felix.apache.org; after subscribing, email questions or feedback to users@felix.apache.org.