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(extensions): Extension Jars don't contain META-INF/jandex.idx file (#3761) #3771

Merged
merged 2 commits into from
Jan 21, 2022

Commits on Jan 21, 2022

  1. fix(extensions): Extension Jars don't contain META-INF/jandex.idx f…

    …ile (fabric8io#3761)
    
    Unlike `kubernetes-client`/`openshift-client` modules whose jars are
    generated via maven jar plugin; Extension jars seem to be generated via
    maven bundle plugin. Add an entry for `jandex.idx` file to extension
    parent pom which would be included by client and model modules'
    `Include-Resource` properties.
    
    Signed-off-by: Rohan Kumar <rohaan@redhat.com>
    rohanKanojia authored and manusa committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    49d9fe8 View commit details
    Browse the repository at this point in the history
  2. review: reusable osgi.include.resources.default property

    Signed-off-by: Marc Nuri <marc@marcnuri.com>
    manusa committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    0ac2fd6 View commit details
    Browse the repository at this point in the history