|
if (checkFolderForPackaging(file.getName())) { |
It looks like META-INF and below directories are not included in the produced results, however META-INF/services may include for app functionality content. META-INF has to be excluded from the check, or at least services sub-directory. It isn't clear how it can be done without changing the code.