From 9c72a3c43973fda8c577a1b259831568c664c000 Mon Sep 17 00:00:00 2001 From: sk89q Date: Mon, 14 Jul 2014 13:48:30 -0700 Subject: [PATCH] Fix blocks.json not being placed in the distribution. --- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pom.xml b/pom.xml index d4ea069f1..ea47ad019 100644 --- a/pom.xml +++ b/pom.xml @@ -203,6 +203,18 @@ install ${basedir}/src/main/java/ + + + + . + false + ${basedir}/src/main/resources/ + + **/*.json + + + +