Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
oauth2-0.31
Description
Currently Oltu uses maven-bundle-plugin to generate manifest entries and maven jar plugin to add some extra headers. This approach is error prone because same thing is done in two different places and OSGi headers may be easily broken if there is no tests deploying these jars in framework.
Switching packaging type to bundle allows to use only one place to generate manifest entries, including also these custom, and adds validation phase in build to verify if all headers are just fine.