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>
|
||||
</issueManagement>
|
||||
<ciManagement>
|
||||
<system>hudson</system>
|
||||
<url>http://ci.citycraft.cn:8080/job/AuthMe/</url>
|
||||
<system>Jenkins</system>
|
||||
<url>http://ci.yumc.pw/job/AuthMe/</url>
|
||||
</ciManagement>
|
||||
<licenses>
|
||||
<license>
|
||||
@ -39,9 +39,8 @@
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<javaVersion>1.7</javaVersion>
|
||||
<env.GIT_COMMIT>Debug</env.GIT_COMMIT>
|
||||
<jenkins.url>http://ci.citycraft.cn:8080</jenkins.url>
|
||||
<update.description>&c修复注册后无法直接登录的问题...</update.description>
|
||||
<bukkitVersion>1.8.8-R0.1-SNAPSHOT</bukkitVersion>
|
||||
<bukkitVersion>1.9-R0.1-SNAPSHOT</bukkitVersion>
|
||||
</properties>
|
||||
<build>
|
||||
<finalName>${project.name}</finalName>
|
||||
@ -114,8 +113,8 @@
|
||||
<url>http://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>
|
||||
<dependencies>
|
||||
@ -123,7 +122,7 @@
|
||||
<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>
|
||||
@ -134,7 +133,7 @@
|
||||
<dependency>
|
||||
<groupId>net.milkbowl.vault</groupId>
|
||||
<artifactId>VaultAPI</artifactId>
|
||||
<version>1.5</version>
|
||||
<version>1.5.6</version>
|
||||
<scope>system</scope>
|
||||
<systemPath>${project.basedir}/lib/Vault.jar</systemPath>
|
||||
</dependency>
|
||||
|
@ -5,7 +5,7 @@ version: ${project.version}-git-${env.GIT_COMMIT}
|
||||
authors:
|
||||
- Xephi59
|
||||
- 喵♂呜
|
||||
website: ${jenkins.url}/job/${project.artifactId}/
|
||||
website: ${ciManagement.url}/job/${project.artifactId}/
|
||||
softdepend:
|
||||
- Vault
|
||||
- ChestShop
|
||||
|
Loading…
Reference in New Issue
Block a user