From 5af520f8ea07acc0fc7ca0fe7514c64c8f4932bf Mon Sep 17 00:00:00 2001 From: Paul Schulze Date: Sat, 23 Nov 2013 15:11:13 +0100 Subject: [PATCH] include mcstats in jar file when packaging with maven --- pom.xml | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 8e4573d..eb3af94 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ https://www.gnu.org/licenses/lgpl-3.0-standalone.html repo - + @@ -65,6 +65,26 @@ + + org.apache.maven.plugins + maven-shade-plugin + 1.7.1 + + + + org.mcstats.bukkit:metrics + + + + + + package + + shade + + + + @@ -81,7 +101,7 @@ net.milkbowl.vault Vault - 1.2.26-SNAPSHOT + 1.2.27-SNAPSHOT jar compile @@ -89,7 +109,7 @@ org.mcstats.bukkit metrics - R6 + R8-SNAPSHOT compile