Strabon
changeset 1054:e6faec9facc6
Modified pom.xml of endpoint-client in order to produce an valid but unsigned jar that contains all dependencies.
Previously, the produced jar would contain signatures coming from various signed jars, resulting to an invalid jar.
Previously, the produced jar would contain signatures coming from various signed jars, resulting to an invalid jar.
author | Kostis Kyzirakos <kkyzir@di.uoa.gr> |
---|---|
date | Sat Apr 20 00:05:19 2013 +0300 (2013-04-20) |
parents | 9b34e404bcaf |
children | c562f1bc1fb2 |
files | endpoint-client/pom.xml |
line diff
1.1 --- a/endpoint-client/pom.xml Thu Apr 18 18:39:07 2013 +0300 1.2 +++ b/endpoint-client/pom.xml Sat Apr 20 00:05:19 2013 +0300 1.3 @@ -154,6 +154,16 @@ 1.4 <mainClass>eu.earthobservatory.org.StrabonEndpoint.client.StrabonEndpoint</mainClass> 1.5 </transformer> 1.6 </transformers> 1.7 + <filters> 1.8 + <filter> 1.9 + <artifact>*:*</artifact> 1.10 + <excludes> 1.11 + <exclude>META-INF/*.SF</exclude> 1.12 + <exclude>META-INF/*.DSA</exclude> 1.13 + <exclude>META-INF/*.RSA</exclude> 1.14 + </excludes> 1.15 + </filter> 1.16 + </filters> 1.17 </configuration> 1.18 </execution> 1.19 </executions>