vt-middleware / passay

Password policy enforcement for Java.
http://www.passay.org
Other
282 stars 64 forks source link

OSGi manifest entries are missing #24

Closed dfish3r closed 9 years ago

dfish3r commented 9 years ago

This issue is quite easy to solve, just add the maven-bundle-plugin to your project and set the packaging to bundle:

bundle

...

org.apache.felix maven-bundle-plugin 2.5.3 true

It's also possible to create the manifest without changing the packaging type. It's described here: http://wiki.osgi.org/wiki/Maven_Bundle_Plugin