From 27ead9b23e402abcb3faaa0520e4535c4d0ab9f0 Mon Sep 17 00:00:00 2001 From: 502647092 Date: Wed, 16 Nov 2016 09:32:57 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=B0=83=E6=95=B4=E7=B1=BB=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 502647092 --- pom.xml | 183 +++++++++++++++++++++++++------------------------------- 1 file changed, 82 insertions(+), 101 deletions(-) diff --git a/pom.xml b/pom.xml index a46a2b1..2e2fc8a 100644 --- a/pom.xml +++ b/pom.xml @@ -1,103 +1,84 @@ - 4.0.0 - pw.yumc - TeleportRandom - 1.5 - TeleportRandom - - ${project.name} - - - src/main/resources - true - - - - - maven-compiler-plugin - 3.1 - - 1.7 - 1.7 - - - - org.apache.maven.plugins - maven-shade-plugin - 2.3 - - false - true - - - pw.yumc:YumCore - cn.citycraft:PluginHelper - - - - - pw.yumc.YumCore - ${project.groupId}.${project.artifactId} - - - cn.citycraft.PluginHelper - ${project.groupId}.${project.artifactId} - - - - - - package - - shade - - - - - - - - Jenkins - http://ci.yumc.pw/job/${project.artifactId}/ - - - - - DEBUG - UTF-8 - - - - yumc-repo - http://repo.yumc.pw/content/groups/public/ - - - - - jtb - YUMC - http://repo.yumc.pw/content/repositories/yumcenter/ - - - - - org.spigotmc - spigot-api - jar - 1.10.2-R0.1-SNAPSHOT - - - cn.citycraft - PluginHelper - jar - 1.0 - - - pw.yumc - YumCore - jar - 1.0 - - + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + pw.yumc + TeleportRandom + 1.5 + TeleportRandom + + ${project.name} + + + src/main/resources + true + + + + + maven-compiler-plugin + 3.1 + + 1.7 + 1.7 + + + + org.apache.maven.plugins + maven-shade-plugin + 2.3 + + false + true + + + pw.yumc:YumCore + + + + + pw.yumc.YumCore + ${project.groupId}.${project.artifactId} + + + + + + package + + shade + + + + + + + + Jenkins + http://ci.yumc.pw/job/${project.artifactId}/ + + + DEBUG + UTF-8 + + + + yumc-repo + http://repo.yumc.pw/content/groups/public/ + + + + + jtb + YUMC + http://repo.yumc.pw/content/repositories/yumcenter/ + + + + + pw.yumc + YumCore + jar + 1.2 + + \ No newline at end of file