From f4b470e75b8b7000782abfa80733dcfe24c5130a Mon Sep 17 00:00:00 2001 From: DmitriyMX Date: Wed, 20 Feb 2019 22:41:36 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BA=D0=BE=D1=80=D1=80=D0=B5=D0=BA=D1=82?= =?UTF-8?q?=D0=B8=D1=80=D1=83=D0=B5=D0=BC=20pom.xml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 9c743bf2b69e2c7a31aac0ae84274a4ba86671f8) --- pom.xml | 34 ++++++++++++++++++++++++++++++++-- 1 file changed, 32 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 095c64b..fea9f77 100644 --- a/pom.xml +++ b/pom.xml @@ -5,21 +5,51 @@ 4.0.0 ru.prisonlife - PrisonAPI + prison-api 0.0.4 + + UTF-8 + 1.8 + 1.12-R0.1 + + spigot-repo https://hub.spigotmc.org/nexus/content/repositories/snapshots/ + org.spigotmc spigot-api - 1.12-R0.1-SNAPSHOT + ${bukkit.version}-SNAPSHOT provided + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.0 + + ${java.version} + ${java.version} + ${java.encoding} + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.22.0 + + -Dfile.encoding=${java.encoding} + + + + \ No newline at end of file