summaryrefslogtreecommitdiffstats
path: root/EssentialsProtect/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'EssentialsProtect/pom.xml')
-rw-r--r--EssentialsProtect/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/EssentialsProtect/pom.xml b/EssentialsProtect/pom.xml
index db885d3f7..973e08bbc 100644
--- a/EssentialsProtect/pom.xml
+++ b/EssentialsProtect/pom.xml
@@ -29,7 +29,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
- <version>1.5</version>
+ <version>1.7</version>
<executions>
<execution>
<goals>
@@ -41,6 +41,7 @@
<include>c3p0:c3p0</include>
</includes>
</artifactSet>
+ <minimizeJar>true</minimizeJar>
</configuration>
</execution>
</executions>