Skip to content
This repository was archived by the owner on Dec 16, 2020. It is now read-only.

Commit 593d8f3

Browse files
committed
Minimize shaded jar
1 parent c801eb8 commit 593d8f3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pom.xml

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>testlambda</groupId>
44
<artifactId>testlambda</artifactId>
5-
<version>0.0.5-SNAPSHOT</version>
5+
<version>0.0.6-SNAPSHOT</version>
66
<dependencies>
77
<dependency>
88
<groupId>com.amazonaws</groupId>
@@ -41,6 +41,9 @@
4141
<goals>
4242
<goal>shade</goal>
4343
</goals>
44+
<configuration>
45+
<minimizeJar>true</minimizeJar>
46+
</configuration>
4447
</execution>
4548
</executions>
4649
</plugin>

0 commit comments

Comments
 (0)