From a449fb01d17976aea06aac4a8b482c205a419d84 Mon Sep 17 00:00:00 2001 From: Bukkit/Spigot Date: Sun, 3 Apr 2011 11:20:01 +0200 Subject: [PATCH] Package org.avaje:ebean, org.yaml:snakeyaml inside Bukkit's jar so people refusing to use maven have an easier time By: Erik Broes --- paper-api/pom.xml | 49 +++++++++++++++++++++++++++++++---------------- 1 file changed, 33 insertions(+), 16 deletions(-) diff --git a/paper-api/pom.xml b/paper-api/pom.xml index 073f8eac02..bf7df695ff 100644 --- a/paper-api/pom.xml +++ b/paper-api/pom.xml @@ -1,13 +1,13 @@ - 4.0.0 - org.bukkit - bukkit - 0.0.1-SNAPSHOT - Bukkit - - UTF-8 - - http://www.bukkit.org + 4.0.0 + org.bukkit + bukkit + 0.0.1-SNAPSHOT + Bukkit + + UTF-8 + + http://www.bukkit.org @@ -19,25 +19,42 @@ 1.5 + + org.apache.maven.plugins + maven-shade-plugin + 1.4 + + + package + + shade + + + + - - org.yaml - snakeyaml - 1.7 - jar - compile - + + org.yaml + snakeyaml + 1.7 + jar + compile + com.googlecode.json-simple json-simple 1.1 + jar + compile org.avaje ebean 2.7.3 + jar + compile