2018-04-10 07:48:18 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2021-04-08 04:06:13 +02:00
|
|
|
<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">
|
2018-04-10 07:48:18 +02:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
<groupId>net.ME1312.SubServers</groupId>
|
|
|
|
<artifactId>SubServers.Sync</artifactId>
|
2018-07-26 19:34:31 +02:00
|
|
|
<version>-PLACEHOLDER</version>
|
2018-04-15 03:53:51 +02:00
|
|
|
<packaging>jar</packaging>
|
2018-04-10 07:48:18 +02:00
|
|
|
|
|
|
|
<repositories>
|
|
|
|
<repository>
|
|
|
|
<id>md_5-repo</id>
|
|
|
|
<url>http://repo.md-5.net/content/repositories/snapshots/</url>
|
|
|
|
</repository>
|
2018-04-10 08:11:52 +02:00
|
|
|
<repository>
|
|
|
|
<id>me1312-repo</id>
|
2019-12-12 03:01:28 +01:00
|
|
|
<url>https://dev.me1312.net/maven</url>
|
2018-04-10 08:11:52 +02:00
|
|
|
</repository>
|
2018-04-10 07:48:18 +02:00
|
|
|
</repositories>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
2018-04-10 08:11:52 +02:00
|
|
|
<groupId>net.md_5</groupId>
|
|
|
|
<artifactId>bungeecord-internal</artifactId>
|
2020-01-18 06:13:10 +01:00
|
|
|
<version>1.15-SNAPSHOT</version>
|
2018-04-10 07:48:18 +02:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2018-08-24 04:32:49 +02:00
|
|
|
<dependency>
|
2019-05-14 04:02:38 +02:00
|
|
|
<groupId>net.ME1312.Galaxi</groupId>
|
|
|
|
<artifactId>GalaxiUtil</artifactId>
|
2021-06-06 07:33:24 +02:00
|
|
|
<version>21w24a</version>
|
2019-05-14 04:02:38 +02:00
|
|
|
<scope>compile</scope>
|
2019-07-02 06:11:10 +02:00
|
|
|
<optional>true</optional>
|
2019-05-14 04:02:38 +02:00
|
|
|
</dependency>
|
2020-11-14 04:41:56 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>net.ME1312.SubServers</groupId>
|
|
|
|
<artifactId>SubServers.Bungee.Common</artifactId>
|
|
|
|
<version>-PLACEHOLDER</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
<optional>true</optional>
|
|
|
|
</dependency>
|
2020-11-14 06:29:29 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>net.ME1312.SubServers</groupId>
|
|
|
|
<artifactId>SubServers.Client.Common</artifactId>
|
|
|
|
<version>-PLACEHOLDER</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
<optional>true</optional>
|
|
|
|
</dependency>
|
2019-05-14 04:02:38 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>net.ME1312.SubData</groupId>
|
|
|
|
<artifactId>Client</artifactId>
|
2021-02-21 10:40:43 +01:00
|
|
|
<version>21w08a</version>
|
2018-08-24 04:32:49 +02:00
|
|
|
<scope>compile</scope>
|
2019-07-02 06:11:10 +02:00
|
|
|
<optional>true</optional>
|
2018-10-08 01:25:08 +02:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.dosse.upnp</groupId>
|
|
|
|
<artifactId>WaifUPnP</artifactId>
|
|
|
|
<version>1.1</version>
|
|
|
|
<scope>compile</scope>
|
2019-07-02 06:11:10 +02:00
|
|
|
<optional>true</optional>
|
2018-08-24 04:32:49 +02:00
|
|
|
</dependency>
|
2018-04-10 07:48:18 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.imaginarycode.minecraft</groupId>
|
|
|
|
<artifactId>RedisBungee</artifactId>
|
|
|
|
<version>0.3.8-SNAPSHOT</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
<build>
|
2018-04-13 02:48:33 +02:00
|
|
|
<directory>../out/compile/target/SubServers.Sync</directory>
|
2018-04-10 08:11:52 +02:00
|
|
|
<sourceDirectory>src</sourceDirectory>
|
2018-04-15 03:53:51 +02:00
|
|
|
<resources>
|
|
|
|
<resource>
|
|
|
|
<directory>src</directory>
|
|
|
|
<excludes>
|
|
|
|
<exclude>**/*.java</exclude>
|
|
|
|
</excludes>
|
|
|
|
</resource>
|
|
|
|
</resources>
|
2018-04-10 07:48:18 +02:00
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
<version>3.7.0</version>
|
|
|
|
<configuration>
|
|
|
|
<source>1.8</source>
|
|
|
|
<target>1.8</target>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2018-07-26 19:34:31 +02:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-antrun-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
2019-10-18 19:23:02 +02:00
|
|
|
<id>process</id>
|
2018-07-26 19:34:31 +02:00
|
|
|
<phase>process-resources</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>run</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<tasks>
|
|
|
|
<mkdir dir="${project.build.directory}" />
|
|
|
|
<copy file="${basedir}/../LICENSE" todir="${project.build.directory}/classes" />
|
|
|
|
</tasks>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
2019-10-18 19:23:02 +02:00
|
|
|
<execution>
|
|
|
|
<id>verify</id>
|
|
|
|
<phase>verify</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>run</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<tasks> <!-- Dependency Stripped Jar for Testing -->
|
2020-11-07 17:35:25 +01:00
|
|
|
<jar destfile="${basedir}/../Artifacts/Modulized/SubServers.Sync.jar" manifest="src/META-INF/MANIFEST.MOD.MF">
|
2019-10-18 19:23:02 +02:00
|
|
|
<zipfileset src="${basedir}/../Artifacts/SubServers.Sync.jar" excludes="net/ME1312/Galaxi/** net/ME1312/SubData/**" />
|
|
|
|
</jar>
|
|
|
|
</tasks>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
2018-07-26 19:34:31 +02:00
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-assembly-plugin</artifactId>
|
|
|
|
<version>2.2-beta-5</version>
|
|
|
|
<configuration>
|
|
|
|
<finalName>SubServers.Sync</finalName>
|
|
|
|
<outputDirectory>../Artifacts</outputDirectory>
|
|
|
|
<archive>
|
|
|
|
<manifestFile>src/META-INF/MANIFEST.MF</manifestFile>
|
|
|
|
</archive>
|
|
|
|
<descriptorRefs>
|
|
|
|
<descriptorRef>jar-with-dependencies</descriptorRef>
|
|
|
|
</descriptorRefs>
|
|
|
|
<appendAssemblyId>false</appendAssemblyId>
|
|
|
|
</configuration>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>make-assembly</id>
|
|
|
|
<phase>package</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>single</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2018-07-26 21:09:27 +02:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
|
|
<version>3.0.0</version>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<phase>generate-sources</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>javadoc</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<windowtitle>SubServers.Sync Javadoc</windowtitle>
|
|
|
|
<doctitle>SubServers.Sync Javadoc</doctitle>
|
2020-06-12 07:45:49 +02:00
|
|
|
<show>protected</show>
|
2018-07-26 21:09:27 +02:00
|
|
|
<destDir>./</destDir>
|
|
|
|
<outputDirectory>${basedir}/../Javadoc/SubServers.Sync</outputDirectory>
|
|
|
|
<reportOutputDirectory>${basedir}/../Javadoc/SubServers.Sync</reportOutputDirectory>
|
|
|
|
<additionalOptions>-Xdoclint:none</additionalOptions>
|
2019-01-17 16:39:15 +01:00
|
|
|
<links>
|
2019-12-12 03:01:28 +01:00
|
|
|
<link>https://dev.me1312.net/jenkins/job/GalaxiEngine/javadoc/GalaxiUtil/</link>
|
|
|
|
<link>https://dev.me1312.net/jenkins/job/SubData/javadoc/Client/</link>
|
2019-01-17 16:39:15 +01:00
|
|
|
<link>https://ci.md-5.net/job/BungeeCord/ws/api/target/apidocs/</link>
|
|
|
|
</links>
|
2020-11-14 04:41:56 +01:00
|
|
|
<includeDependencySources>true</includeDependencySources>
|
|
|
|
<dependencySourceIncludes>
|
|
|
|
<dependencySourceInclude>net.ME1312.SubServers:SubServers.Bungee.Common:*</dependencySourceInclude>
|
2020-11-14 06:29:29 +01:00
|
|
|
<dependencySourceInclude>net.ME1312.SubServers:SubServers.Client.Common:*</dependencySourceInclude>
|
2020-11-14 04:41:56 +01:00
|
|
|
</dependencySourceIncludes>
|
2018-07-26 21:09:27 +02:00
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2018-04-10 07:48:18 +02:00
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</project>
|