mirror of
https://e.coding.net/circlecloud/TeleportRandom.git
synced 2024-10-31 07:28:47 +00:00
chore: 调整类库
Signed-off-by: 502647092 <admin@yumc.pw>
This commit is contained in:
parent
5403a1275a
commit
27ead9b23e
183
pom.xml
183
pom.xml
@ -1,103 +1,84 @@
|
|||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<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">
|
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>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>pw.yumc</groupId>
|
<groupId>pw.yumc</groupId>
|
||||||
<artifactId>TeleportRandom</artifactId>
|
<artifactId>TeleportRandom</artifactId>
|
||||||
<version>1.5</version>
|
<version>1.5</version>
|
||||||
<name>TeleportRandom</name>
|
<name>TeleportRandom</name>
|
||||||
<build>
|
<build>
|
||||||
<finalName>${project.name}</finalName>
|
<finalName>${project.name}</finalName>
|
||||||
<resources>
|
<resources>
|
||||||
<resource>
|
<resource>
|
||||||
<directory>src/main/resources</directory>
|
<directory>src/main/resources</directory>
|
||||||
<filtering>true</filtering>
|
<filtering>true</filtering>
|
||||||
</resource>
|
</resource>
|
||||||
</resources>
|
</resources>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-compiler-plugin</artifactId>
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
<version>3.1</version>
|
<version>3.1</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<source>1.7</source>
|
<source>1.7</source>
|
||||||
<target>1.7</target>
|
<target>1.7</target>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-shade-plugin</artifactId>
|
<artifactId>maven-shade-plugin</artifactId>
|
||||||
<version>2.3</version>
|
<version>2.3</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<createDependencyReducedPom>false</createDependencyReducedPom>
|
<createDependencyReducedPom>false</createDependencyReducedPom>
|
||||||
<minimizeJar>true</minimizeJar>
|
<minimizeJar>true</minimizeJar>
|
||||||
<artifactSet>
|
<artifactSet>
|
||||||
<includes>
|
<includes>
|
||||||
<include>pw.yumc:YumCore</include>
|
<include>pw.yumc:YumCore</include>
|
||||||
<include>cn.citycraft:PluginHelper</include>
|
</includes>
|
||||||
</includes>
|
</artifactSet>
|
||||||
</artifactSet>
|
<relocations>
|
||||||
<relocations>
|
<relocation>
|
||||||
<relocation>
|
<pattern>pw.yumc.YumCore</pattern>
|
||||||
<pattern>pw.yumc.YumCore</pattern>
|
<shadedPattern>${project.groupId}.${project.artifactId}</shadedPattern>
|
||||||
<shadedPattern>${project.groupId}.${project.artifactId}</shadedPattern>
|
</relocation>
|
||||||
</relocation>
|
</relocations>
|
||||||
<relocation>
|
</configuration>
|
||||||
<pattern>cn.citycraft.PluginHelper</pattern>
|
<executions>
|
||||||
<shadedPattern>${project.groupId}.${project.artifactId}</shadedPattern>
|
<execution>
|
||||||
</relocation>
|
<phase>package</phase>
|
||||||
</relocations>
|
<goals>
|
||||||
</configuration>
|
<goal>shade</goal>
|
||||||
<executions>
|
</goals>
|
||||||
<execution>
|
</execution>
|
||||||
<phase>package</phase>
|
</executions>
|
||||||
<goals>
|
</plugin>
|
||||||
<goal>shade</goal>
|
</plugins>
|
||||||
</goals>
|
</build>
|
||||||
</execution>
|
<ciManagement>
|
||||||
</executions>
|
<system>Jenkins</system>
|
||||||
</plugin>
|
<url>http://ci.yumc.pw/job/${project.artifactId}/</url>
|
||||||
</plugins>
|
</ciManagement>
|
||||||
</build>
|
<properties>
|
||||||
<ciManagement>
|
<env.GIT_COMMIT>DEBUG</env.GIT_COMMIT>
|
||||||
<system>Jenkins</system>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
<url>http://ci.yumc.pw/job/${project.artifactId}/</url>
|
</properties>
|
||||||
</ciManagement>
|
<repositories>
|
||||||
<properties>
|
<repository>
|
||||||
<update.description></update.description>
|
<id>yumc-repo</id>
|
||||||
<update.changes></update.changes>
|
<url>http://repo.yumc.pw/content/groups/public/</url>
|
||||||
<env.GIT_COMMIT>DEBUG</env.GIT_COMMIT>
|
</repository>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
</repositories>
|
||||||
</properties>
|
<distributionManagement>
|
||||||
<repositories>
|
<repository>
|
||||||
<repository>
|
<id>jtb</id>
|
||||||
<id>yumc-repo</id>
|
<name>YUMC</name>
|
||||||
<url>http://repo.yumc.pw/content/groups/public/</url>
|
<url>http://repo.yumc.pw/content/repositories/yumcenter/</url>
|
||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</distributionManagement>
|
||||||
<distributionManagement>
|
<dependencies>
|
||||||
<repository>
|
<dependency>
|
||||||
<id>jtb</id>
|
<groupId>pw.yumc</groupId>
|
||||||
<name>YUMC</name>
|
<artifactId>YumCore</artifactId>
|
||||||
<url>http://repo.yumc.pw/content/repositories/yumcenter/</url>
|
<type>jar</type>
|
||||||
</repository>
|
<version>1.2</version>
|
||||||
</distributionManagement>
|
</dependency>
|
||||||
<dependencies>
|
</dependencies>
|
||||||
<dependency>
|
|
||||||
<groupId>org.spigotmc</groupId>
|
|
||||||
<artifactId>spigot-api</artifactId>
|
|
||||||
<type>jar</type>
|
|
||||||
<version>1.10.2-R0.1-SNAPSHOT</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>cn.citycraft</groupId>
|
|
||||||
<artifactId>PluginHelper</artifactId>
|
|
||||||
<type>jar</type>
|
|
||||||
<version>1.0</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>pw.yumc</groupId>
|
|
||||||
<artifactId>YumCore</artifactId>
|
|
||||||
<type>jar</type>
|
|
||||||
<version>1.0</version>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
|
||||||
</project>
|
</project>
|
Loading…
Reference in New Issue
Block a user