DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
To generate the Eclipse metadata use:
| Code Block |
|---|
mvn clean package eclipse:eclipse -Declipse.pde install
|
...
With the original Pax-Construct generated POM you would simply use:
| Code Block |
|---|
mvn clean package pax:eclipse
|
to create the appropriate Eclipse files and manifest, and also handle any embedded entries. The pax:eclipse goal extends eclipse:eclipse, and supports the same parameters.
Using an existing MANIFEST.MF file
If you have an existing manifest, you can add this to the Bnd instructions, like so:
| Code Block |
|---|
<_include>src/main/resources/META-INF/MANIFEST.MF</_include>
<Export-Package>org.example.*</Export-Package>
|
Bnd will use it when calculating the bundle contents, and will also copy across all manifest attributes starting with a capital letter.
As shown in the above example, you could use this to include a non-OSGi manifest which you then customize with extra OSGi attributes.
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.