summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMarcin Migdal <marcin.migdal@nokia.com>2018-12-07 14:57:21 +0100
committerMarcin Migdal <marcin.migdal@nokia.com>2018-12-07 14:57:21 +0100
commit50f48d62c9e25de4a6aa260aa06a4b8f3a7f5ca0 (patch)
tree9cfc600ccfaba99073b86f18b4937f042a8ca76d /pom.xml
parent1bdf0c67de0dc4c46aaada715828838950160802 (diff)
Remove fat jars from SDK
Change-Id: Ie04a1cd958271144ec6f0bfda83bd79fbd11107e Issue-ID: DCAEGEN2-1021 Signed-off-by: mmigdal <marcin.migdal@nokia.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml27
1 files changed, 0 insertions, 27 deletions
diff --git a/pom.xml b/pom.xml
index abfc5706..2307aac5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,10 +73,6 @@
<version>3.0.1</version>
</plugin>
<plugin>
- <artifactId>maven-shade-plugin</artifactId>
- <version>3.2.0</version>
- </plugin>
- <plugin>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.9</version>
</plugin>
@@ -107,29 +103,6 @@
</execution>
</executions>
</plugin>
- <plugin>
- <artifactId>maven-shade-plugin</artifactId>
- <configuration>
- <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>
- <goals>
- <goal>shade</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
</plugins>
</build>
<reporting>