Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix #913 Apply BND convention to shadowJar as well #915

Merged
merged 1 commit into from Dec 3, 2019

Commits on Dec 3, 2019

  1. fix #913 Apply BND convention to shadowJar as well

    The bnd plugin only applies to the default `jar` task. Since we're now
    using the shadow plugin, `shadowJar` has no OSGI data in its MANIFEST.
    
    This commit fixes the situation by applying the bnd plugin convention to
    the shadowJar task. It also copies the bnd configuration since this is
    not inherited.
    
    The manifest content is tested for key OSGI and Java metadata (not
    including the detail of the import/export, though).
    simonbasle committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    9b71808 View commit details
    Browse the repository at this point in the history