Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

1. Beginner - Creating wrapper OSGi bundles

...

Most of the time, you have existing JAR file (build by yourself or provided).

...

First of all, create your OSGi bundle pom.xml :

...

...

You just need to call mvn package and your OSGi bundle is ready.

...

If you want to create a "standalone" bundle which embed all required others libraries, you can use <Embed-Dependency/> like this :

...

...