修改包名 添加CI管理信息 添加仓库信息

Signed-off-by: 502647092 <jtb1@163.com>
master
502647092 2016-03-21 20:33:47 +08:00
parent 3b544cd3ad
commit 239888d1e3
6 changed files with 20 additions and 10 deletions

20
pom.xml
View File

@ -1,7 +1,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>cn.citycraft</groupId>
<groupId>pw.yumc</groupId>
<artifactId>VbariableAPI</artifactId>
<version>1.0</version>
<name>VbariableAPI</name>
@ -52,8 +52,11 @@
</plugin>
</plugins>
</build>
<ciManagement>
<system>Jenkins</system>
<url>http://ci.yumc.pw/job/${project.artifactId}/</url>
</ciManagement>
<properties>
<jenkins.url>http://ci.citycraft.cn:8080</jenkins.url>
<update.description></update.description>
<update.changelog></update.changelog>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@ -64,16 +67,23 @@
<url>https://hub.spigotmc.org/nexus/content/groups/public/</url>
</repository>
<repository>
<id>citycraft-repo</id>
<url>${jenkins.url}/plugin/repository/everything/</url>
<id>yumc-repo</id>
<url>http://repo.yumc.pw/content/groups/public/</url>
</repository>
</repositories>
<distributionManagement>
<repository>
<id>jtb</id>
<name>YUMC</name>
<url>http://repo.yumc.pw/content/repositories/yumcenter/</url>
</repository>
</distributionManagement>
<dependencies>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<type>jar</type>
<version>1.8.8-R0.1-SNAPSHOT</version>
<version>1.9-R0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>cn.citycraft</groupId>

View File

@ -1,4 +1,4 @@
package cn.citycraft.VbariableAPI;
package pw.yumc.VbariableAPI;
import java.util.HashMap;
import java.util.Map;

View File

@ -1,7 +1,7 @@
/**
*
*/
package cn.citycraft.VbariableAPI;
package pw.yumc.VbariableAPI;
/**
* Hook

View File

@ -1,7 +1,7 @@
/**
*
*/
package cn.citycraft.VbariableAPI;
package pw.yumc.VbariableAPI;
import org.bukkit.OfflinePlayer;
import org.bukkit.entity.Player;

View File

@ -1,7 +1,7 @@
/**
*
*/
package cn.citycraft.VbariableAPI;
package pw.yumc.VbariableAPI;
import org.bukkit.plugin.java.JavaPlugin;

View File

@ -3,7 +3,7 @@ description: ${project.description}
main: ${project.groupId}.${project.artifactId}.${project.artifactId}
version: ${project.version}-git-${env.GIT_COMMIT}
author: 喵♂呜
website: ${jenkins.url}/job/${project.artifactId}/
website: ${ciManagement.url}
commands:
${project.artifactId}:
description: ${project.artifactId} - ${project.description}