This is an automated email from the ASF dual-hosted git repository. rfscholte pushed a commit to branch MSHADE-313 in repository https://gitbox.apache.org/repos/asf/maven-shade-plugin.git
commit 0b453ed88ce9b849bf0069683b8830d56f2d4303 Author: Markus KARG <mar...@headcrashing.eu> AuthorDate: Mon Apr 8 20:53:31 2019 +0000 IT checks for existence of service descriptors @rfscholte explicitly asked for this --- src/it/MSHADE-313/verify.bsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/it/MSHADE-313/verify.bsh b/src/it/MSHADE-313/verify.bsh index 38014a8..2a58a84 100644 --- a/src/it/MSHADE-313/verify.bsh +++ b/src/it/MSHADE-313/verify.bsh @@ -22,9 +22,11 @@ import java.util.jar.*; String[] wanted = { "Main.class", + "META-INF/services/SomeServiceInterface", "SomeServiceInterface.class", "SomeServiceClass.class", "SomeReferencedClass.class", + "META-INF/services/DependencyServiceInterface", "DependencyServiceInterface.class", "DependencyServiceClass.class", "DependencyReferencedClass.class"