Skip to content
This repository has been archived by the owner on Feb 4, 2019. It is now read-only.

Fix the jar-with-dependencies building. #82

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kiuby88
Copy link

@kiuby88 kiuby88 commented Sep 4, 2015

The jar-with-dependencies of compute-basics module can not be executed.

The assembly descriptor is deleted and the jar is built using a
predefined descriptor.

The assembly descriptor is deleted and the jar is built using a
predefined descriptor.
@demobox
Copy link
Member

demobox commented Sep 4, 2015

Thanks for this, @kiuby88! Unfortunately, the default "jar-with-deps" descriptor does not work because it does not correctly merge the META-INF/services files - it picks one of the META-INF/services files instead.

This breaks jclouds because it uses the META-INF/services files to determine which APIs and providers are available.

See e.g. this StackOverflow post.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants