Collate the various META-INF/services entries in the JARs instead of overwriting them. (Jersey doesn’t work without those.)

This commit is contained in:
Deklan Dieterly 2014-02-19 09:09:32 -07:00
parent 4304946781
commit 71ed224c83
1 changed files with 10 additions and 1 deletions

11
pom.xml
View File

@ -57,8 +57,17 @@
<version>2.2</version>
<configuration>
<createDependencyReducedPom>true</createDependencyReducedPom>
<filters>
<filter>
<artifact>*:*</artifact>
<excludes>
<exclude>META-INF/*.SF</exclude>
<exclude>META-INF/*.DSA</exclude>
<exclude>META-INF/*.RSA</exclude>
</excludes>
</filter>
</filters>
</configuration>
<executions>
<execution>
<phase>package</phase>