Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
2.6
-
None
-
None
-
OS-X 10.11.5
Description
When using a containerDescriptorHandler of type file-aggregator, the files are not aggregated unless a containerDescriptorHandler of type metaInf-services comes first:
<assembly> ... <containerDescriptorHandlers> <!-- remove this element and the following file-aggregator generates an empty file --> <containerDescriptorHandler> <handlerName>metaInf-services</handlerName> </containerDescriptorHandler> <containerDescriptorHandler> <handlerName>file-aggregator</handlerName> <configuration> <filePattern>reference.conf</filePattern> <outputPath>reference.conf</outputPath> </configuration> </containerDescriptorHandler> </containerDescriptorHandlers> </assembly>