mirror of
https://e.coding.net/circlecloud/AuthMe.git
synced 2024-12-22 06:48:55 +00:00
chore: 调整构建过程
This commit is contained in:
parent
d2c5de42bf
commit
57646f6ed2
15
pom.xml
15
pom.xml
@ -26,8 +26,8 @@
|
|||||||
<url>https://github.com/Xephi/AuthMeReloaded/issues</url>
|
<url>https://github.com/Xephi/AuthMeReloaded/issues</url>
|
||||||
</issueManagement>
|
</issueManagement>
|
||||||
<ciManagement>
|
<ciManagement>
|
||||||
<system>hudson</system>
|
<system>Jenkins</system>
|
||||||
<url>http://ci.citycraft.cn:8080/job/AuthMe/</url>
|
<url>http://ci.yumc.pw/job/AuthMe/</url>
|
||||||
</ciManagement>
|
</ciManagement>
|
||||||
<licenses>
|
<licenses>
|
||||||
<license>
|
<license>
|
||||||
@ -39,9 +39,8 @@
|
|||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
<javaVersion>1.7</javaVersion>
|
<javaVersion>1.7</javaVersion>
|
||||||
<env.GIT_COMMIT>Debug</env.GIT_COMMIT>
|
<env.GIT_COMMIT>Debug</env.GIT_COMMIT>
|
||||||
<jenkins.url>http://ci.citycraft.cn:8080</jenkins.url>
|
|
||||||
<update.description>&c修复注册后无法直接登录的问题...</update.description>
|
<update.description>&c修复注册后无法直接登录的问题...</update.description>
|
||||||
<bukkitVersion>1.8.8-R0.1-SNAPSHOT</bukkitVersion>
|
<bukkitVersion>1.9-R0.1-SNAPSHOT</bukkitVersion>
|
||||||
</properties>
|
</properties>
|
||||||
<build>
|
<build>
|
||||||
<finalName>${project.name}</finalName>
|
<finalName>${project.name}</finalName>
|
||||||
@ -114,8 +113,8 @@
|
|||||||
<url>http://hub.spigotmc.org/nexus/content/groups/public</url>
|
<url>http://hub.spigotmc.org/nexus/content/groups/public</url>
|
||||||
</repository>
|
</repository>
|
||||||
<repository>
|
<repository>
|
||||||
<id>citycraft-repo</id>
|
<id>yumc-repo</id>
|
||||||
<url>${jenkins.url}/plugin/repository/everything/</url>
|
<url>http://repo.yumc.pw/content/groups/public/</url>
|
||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
@ -123,7 +122,7 @@
|
|||||||
<groupId>org.spigotmc</groupId>
|
<groupId>org.spigotmc</groupId>
|
||||||
<artifactId>spigot-api</artifactId>
|
<artifactId>spigot-api</artifactId>
|
||||||
<type>jar</type>
|
<type>jar</type>
|
||||||
<version>1.8.8-R0.1-SNAPSHOT</version>
|
<version>1.9-R0.1-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>cn.citycraft</groupId>
|
<groupId>cn.citycraft</groupId>
|
||||||
@ -134,7 +133,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.milkbowl.vault</groupId>
|
<groupId>net.milkbowl.vault</groupId>
|
||||||
<artifactId>VaultAPI</artifactId>
|
<artifactId>VaultAPI</artifactId>
|
||||||
<version>1.5</version>
|
<version>1.5.6</version>
|
||||||
<scope>system</scope>
|
<scope>system</scope>
|
||||||
<systemPath>${project.basedir}/lib/Vault.jar</systemPath>
|
<systemPath>${project.basedir}/lib/Vault.jar</systemPath>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
@ -5,7 +5,7 @@ version: ${project.version}-git-${env.GIT_COMMIT}
|
|||||||
authors:
|
authors:
|
||||||
- Xephi59
|
- Xephi59
|
||||||
- 喵♂呜
|
- 喵♂呜
|
||||||
website: ${jenkins.url}/job/${project.artifactId}/
|
website: ${ciManagement.url}/job/${project.artifactId}/
|
||||||
softdepend:
|
softdepend:
|
||||||
- Vault
|
- Vault
|
||||||
- ChestShop
|
- ChestShop
|
||||||
|
Loading…
Reference in New Issue
Block a user