From a02e85c1ac04a18efdb2547ff06f314bbdf01abc Mon Sep 17 00:00:00 2001 From: 502647092 Date: Thu, 10 Dec 2015 18:05:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=A1=B9=E7=9B=AE=E6=9E=84?= =?UTF-8?q?=E5=BB=BA=E6=96=87=E4=BB=B6...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 182 +++++++++++++++++++++++++++++--------------------------- 1 file changed, 93 insertions(+), 89 deletions(-) diff --git a/pom.xml b/pom.xml index f2aec70..29ad25e 100644 --- a/pom.xml +++ b/pom.xml @@ -1,91 +1,95 @@ - 4.0.0 - cn.citycraft - CityBuild - 1.0 - CityBuild - - ${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 - - - cn.citycraft:PluginHelper - - - - - cn.citycraft.PluginHelper - ${project.groupId}.${project.artifactId} - - - - - - package - - shade - - - - - - - - http://ci.citycraft.cn:8080 - - 1 - UTF-8 - - - - spigot-repo - https://hub.spigotmc.org/nexus/content/groups/public/ - - - citycraft-repo - ${jenkins.url}/plugin/repository/everything/ - - - - - org.spigotmc - spigot-api - jar - 1.8.8-R0.1-SNAPSHOT - - - cn.citycraft - PluginHelper - jar - 1.0 - - - cn.citycraft - Residence - jar - 2.8.1.3 - - + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + cn.citycraft + CityBuild + 1.0 + CityBuild + + hudson + http://ci.citycraft.cn:8080/job/CityBuild/ + + + ${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 + + + cn.citycraft:PluginHelper + + + + + cn.citycraft.PluginHelper + ${project.groupId}.${project.artifactId} + + + + + + package + + shade + + + + + + + + http://ci.citycraft.cn:8080 + + 1 + UTF-8 + + + + spigot-repo + https://hub.spigotmc.org/nexus/content/groups/public/ + + + citycraft-repo + ${jenkins.url}/plugin/repository/everything/ + + + + + org.spigotmc + spigot-api + jar + 1.8.8-R0.1-SNAPSHOT + + + cn.citycraft + PluginHelper + jar + 1.0 + + + cn.citycraft + Residence + jar + 2.8.1.3 + + \ No newline at end of file