From 3082fb850d436eeeeddef2c8a6dfa482af0fba11 Mon Sep 17 00:00:00 2001 From: Trever Fischer Date: Mon, 27 Feb 2012 19:15:19 -0500 Subject: [PATCH] Include org.json in the jar --- pom.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/pom.xml b/pom.xml index 49b5933..a06eb12 100644 --- a/pom.xml +++ b/pom.xml @@ -38,6 +38,30 @@ + + org.apache.maven.plugins + maven-dependency-plugin + 2.4 + + + unpack + package + + unpack + + + + + org.json + json + 20090211 + ${project.build.directory}/ + + + + + + org.apache.maven.plugins maven-compiler-plugin