summaryrefslogtreecommitdiffstats
path: root/EssentialsProtect
diff options
context:
space:
mode:
authormd_5 <md_5@bigpond.com>2012-06-26 18:19:29 +1000
committermd_5 <md_5@bigpond.com>2012-06-26 18:19:29 +1000
commit93f4713f8be8fe804cae1708a2b9462fc35c05e9 (patch)
tree9d92f3c81cec4d99b35058ee60be921b8a689e19 /EssentialsProtect
parente31008d1eb836a5e23e94c997a11527a3489d0e2 (diff)
downloadEssentials-93f4713f8be8fe804cae1708a2b9462fc35c05e9.tar
Essentials-93f4713f8be8fe804cae1708a2b9462fc35c05e9.tar.gz
Essentials-93f4713f8be8fe804cae1708a2b9462fc35c05e9.tar.lz
Essentials-93f4713f8be8fe804cae1708a2b9462fc35c05e9.tar.xz
Essentials-93f4713f8be8fe804cae1708a2b9462fc35c05e9.zip
Bit of maven magic, no more huge EssProtect jar.
Diffstat (limited to 'EssentialsProtect')
-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>