locationtech / proj4j

Java port of the Proj.4 library for coordinate reprojection
Other
184 stars 73 forks source link

OSGi compatibility #44

Closed Neutius closed 5 years ago

Neutius commented 5 years ago

Signed-off-by: neutlamberink gijs.vd.neut-lamberink@rigd-loxia.nl

This contribution makes some additions and a minor change to the project pom.xml to make this project OSGi-compatible. The end result is a jar with an expanded manifest, which contains all necessary information to use the artifact as an OSGi bundle.

The product is still completely valid and functional as a maven artifact.

echeipesh commented 5 years ago

Have not used this plugin before but the documentation page checks out, will see shortly if it causes issues. Thank you for the PR!