2015-11-18 20:41:51 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<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>me.totalfreedom</groupId>
|
2016-03-06 15:56:15 +00:00
|
|
|
<artifactId>totalfreedom</artifactId>
|
2018-06-02 08:18:28 +00:00
|
|
|
<version>5.2</version>
|
2015-11-18 20:41:51 +00:00
|
|
|
<packaging>jar</packaging>
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
<tfm.build.version>${project.version}</tfm.build.version>
|
2018-06-02 08:18:28 +00:00
|
|
|
<tfm.build.codename>God</tfm.build.codename>
|
|
|
|
<tfm.build.number>${maven.buildnumber}</tfm.build.number>
|
2015-11-18 20:41:51 +00:00
|
|
|
<tfm.build.date>${maven.build.timestamp}</tfm.build.date>
|
|
|
|
<tfm.build.author>${buildAuthor}</tfm.build.author>
|
2015-11-22 18:26:47 +00:00
|
|
|
<tfm.build.head>${buildHead}</tfm.build.head>
|
|
|
|
<jar.finalName>${project.name}</jar.finalName>
|
2015-11-18 20:41:51 +00:00
|
|
|
<maven.build.timestamp.format>dd/MM/yyyy hh:mm aa</maven.build.timestamp.format>
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
<name>TotalFreedomMod</name>
|
|
|
|
<description>Server modification for the TotalFreedom server</description>
|
|
|
|
<url>https://github.com/TotalFreedom/TotalFreedomMod</url>
|
|
|
|
|
|
|
|
<licenses>
|
|
|
|
<license>
|
|
|
|
<name>TotalFreedom General License</name>
|
|
|
|
<url>https://github.com/TotalFreedom/License/blob/master/LICENSE.md</url>
|
|
|
|
</license>
|
|
|
|
</licenses>
|
|
|
|
|
|
|
|
<organization>
|
2016-03-06 15:56:15 +00:00
|
|
|
<name>Total Freedom</name>
|
2015-11-18 20:41:51 +00:00
|
|
|
<url>https://totalfreedom.me</url>
|
|
|
|
</organization>
|
|
|
|
|
|
|
|
<scm>
|
|
|
|
<connection>scm:git:git@github.com:TotalFreedom/TotalFreedomMod.git</connection>
|
|
|
|
<developerConnection>scm:git:git@github.com:TotalFreedom/TotalFreedomMod.git</developerConnection>
|
|
|
|
<url>git@github.com:TotalFreedom/TotalFreedomMod.git</url>
|
|
|
|
</scm>
|
|
|
|
|
|
|
|
<repositories>
|
|
|
|
<repository>
|
2017-01-07 23:37:25 +00:00
|
|
|
<id>ess-repo</id>
|
|
|
|
<url>http://repo.ess3.net</url>
|
|
|
|
</repository>
|
|
|
|
<repository>
|
|
|
|
<id>jitpack.io</id>
|
|
|
|
<url>https://jitpack.io</url>
|
|
|
|
</repository>
|
|
|
|
<repository>
|
|
|
|
<id>spigot-repo</id>
|
|
|
|
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
|
|
|
|
</repository>
|
2017-10-14 13:33:53 +00:00
|
|
|
<repository>
|
|
|
|
<id>sk89q-repo</id>
|
|
|
|
<url>http://maven.sk89q.com/repo/</url>
|
|
|
|
</repository>
|
2017-01-08 12:42:49 +00:00
|
|
|
<repository>
|
|
|
|
<id>sk89q-snapshots</id>
|
2018-06-02 08:18:28 +00:00
|
|
|
<url>http://maven.sk89q.com/artifactory/repo/</url>
|
2017-01-08 12:42:49 +00:00
|
|
|
</repository>
|
2015-11-18 20:41:51 +00:00
|
|
|
</repositories>
|
|
|
|
|
|
|
|
<dependencies>
|
2017-07-26 01:07:22 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<artifactId>commons-lang3</artifactId>
|
|
|
|
<version>3.6</version>
|
2017-12-29 18:12:47 +00:00
|
|
|
<scope>provided</scope>
|
2017-07-26 01:07:22 +00:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-io</groupId>
|
|
|
|
<artifactId>commons-io</artifactId>
|
|
|
|
<version>2.5</version>
|
2017-12-29 18:12:47 +00:00
|
|
|
<scope>provided</scope>
|
2017-07-26 01:07:22 +00:00
|
|
|
</dependency>
|
2015-11-18 20:41:51 +00:00
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.projectlombok</groupId>
|
|
|
|
<artifactId>lombok</artifactId>
|
2018-01-14 21:53:05 +00:00
|
|
|
<version>1.16.20</version>
|
2017-12-29 18:12:47 +00:00
|
|
|
<scope>provided</scope>
|
2015-11-18 20:41:51 +00:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.spigotmc</groupId>
|
2017-07-26 01:07:22 +00:00
|
|
|
<artifactId>spigot-api</artifactId>
|
2018-01-14 21:53:05 +00:00
|
|
|
<version>1.12.2</version>
|
|
|
|
<scope>system</scope>
|
|
|
|
<systemPath>${project.basedir}/lib/spigot-1.12.2.jar</systemPath>
|
2015-11-18 20:41:51 +00:00
|
|
|
</dependency>
|
|
|
|
|
2016-03-02 19:28:01 +00:00
|
|
|
<dependency>
|
2017-01-07 23:37:25 +00:00
|
|
|
<groupId>com.github.Pravian</groupId>
|
|
|
|
<artifactId>Aero</artifactId>
|
2017-10-14 13:33:53 +00:00
|
|
|
<version>2.1-SNAPSHOT</version>
|
2018-01-14 21:53:05 +00:00
|
|
|
<scope>system</scope>
|
|
|
|
<systemPath>${project.basedir}/lib/aero-2.1-SNAPSHOT.jar</systemPath>
|
2017-01-07 23:37:25 +00:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.github.TotalFreedom</groupId>
|
|
|
|
<artifactId>BukkitTelnet</artifactId>
|
2017-07-25 08:46:48 +00:00
|
|
|
<version>4.5-pre1</version>
|
2017-12-29 18:12:47 +00:00
|
|
|
<scope>provided</scope>
|
2016-03-02 19:28:01 +00:00
|
|
|
</dependency>
|
|
|
|
|
2017-07-26 01:07:22 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>net.ess3</groupId>
|
|
|
|
<artifactId>Essentials</artifactId>
|
|
|
|
<version>2.13.1</version>
|
2017-12-29 18:12:47 +00:00
|
|
|
<scope>provided</scope>
|
2017-07-26 01:07:22 +00:00
|
|
|
</dependency>
|
2018-01-14 21:53:05 +00:00
|
|
|
|
2017-10-14 13:33:53 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.sk89q</groupId>
|
|
|
|
<artifactId>worldguard</artifactId>
|
|
|
|
<version>6.2</version>
|
2018-01-14 21:53:05 +00:00
|
|
|
<scope>system</scope>
|
|
|
|
<systemPath>${project.basedir}/lib/worldguard-6.2.jar</systemPath>
|
2017-10-14 13:33:53 +00:00
|
|
|
</dependency>
|
2017-07-26 01:07:22 +00:00
|
|
|
|
2015-11-18 20:41:51 +00:00
|
|
|
<dependency>
|
2017-01-07 23:59:53 +00:00
|
|
|
<groupId>com.github.TotalFreedom.TF-WorldEdit</groupId>
|
|
|
|
<artifactId>worldedit-bukkit</artifactId>
|
|
|
|
<version>6.1.0-TF</version>
|
2018-01-14 21:53:05 +00:00
|
|
|
<scope>system</scope>
|
|
|
|
<systemPath>${project.basedir}/lib/TF-WorldEdit.jar</systemPath>
|
2015-11-18 20:41:51 +00:00
|
|
|
</dependency>
|
|
|
|
|
2017-10-14 13:33:53 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>net.coreprotect</groupId>
|
|
|
|
<artifactId>CoreProtect</artifactId>
|
|
|
|
<version>2.14.2</version>
|
2018-01-14 21:53:05 +00:00
|
|
|
<scope>system</scope>
|
|
|
|
<systemPath>${project.basedir}/lib/CoreProtect_2.14.2.jar</systemPath>
|
2017-10-14 13:33:53 +00:00
|
|
|
</dependency>
|
2018-01-14 21:53:05 +00:00
|
|
|
|
2017-10-14 13:33:53 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>me.libraryaddict</groupId>
|
2018-02-09 08:21:44 +00:00
|
|
|
<artifactId>LibsDisguises</artifactId>
|
|
|
|
<scope>system</scope>
|
2018-02-22 12:55:04 +00:00
|
|
|
<version>9.4.0-SNAPSHOT</version>
|
2018-02-09 08:21:44 +00:00
|
|
|
<systemPath>${project.basedir}/lib/LibsDisguises.jar</systemPath>
|
2018-01-14 21:53:05 +00:00
|
|
|
</dependency>
|
2017-10-14 13:33:53 +00:00
|
|
|
|
|
|
|
<dependency>
|
2018-01-14 21:53:05 +00:00
|
|
|
<groupId>org.spigot</groupId>
|
|
|
|
<artifactId>spigot</artifactId>
|
|
|
|
<version>1.12.2</version>
|
|
|
|
<scope>system</scope>
|
|
|
|
<systemPath>${project.basedir}/lib/spigot-1.12.2.jar</systemPath>
|
2017-12-29 18:12:47 +00:00
|
|
|
</dependency>
|
2018-01-14 21:53:05 +00:00
|
|
|
|
2017-12-29 18:12:47 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>net.dv8tion</groupId>
|
|
|
|
<artifactId>JDA</artifactId>
|
2018-06-02 08:18:28 +00:00
|
|
|
<version>JDA-3.6.0_354-withDependencies</version>
|
2018-01-14 21:53:05 +00:00
|
|
|
<scope>system</scope>
|
2018-06-02 08:18:28 +00:00
|
|
|
<systemPath>${project.basedir}/lib/JDA-3.6.0_354-withDependencies.jar</systemPath>
|
2017-10-14 13:33:53 +00:00
|
|
|
</dependency>
|
|
|
|
|
2015-11-18 20:41:51 +00:00
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
<build>
|
|
|
|
<!-- Filter resources for build.properties -->
|
|
|
|
<resources>
|
|
|
|
<resource>
|
|
|
|
<directory>src/main/resources</directory>
|
|
|
|
<filtering>true</filtering>
|
|
|
|
</resource>
|
|
|
|
</resources>
|
|
|
|
|
|
|
|
|
|
|
|
<plugins>
|
2016-03-06 15:56:15 +00:00
|
|
|
<!-- Compiler -->
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
<version>3.3</version>
|
|
|
|
<configuration>
|
|
|
|
<outputFileName>TotalFreedomMod.jar</outputFileName>
|
2018-06-02 05:36:37 +00:00
|
|
|
<compilerVersion>1.8</compilerVersion>
|
|
|
|
<source>1.8</source>
|
|
|
|
<target>1.8</target>
|
2016-03-06 15:56:15 +00:00
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2018-01-14 21:53:05 +00:00
|
|
|
|
2015-11-18 20:41:51 +00:00
|
|
|
<!-- Antrun -->
|
|
|
|
<plugin>
|
2018-06-02 08:18:28 +00:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2015-11-18 20:41:51 +00:00
|
|
|
<artifactId>maven-antrun-plugin</artifactId>
|
|
|
|
<version>1.8</version>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<phase>initialize</phase>
|
|
|
|
<configuration>
|
2016-03-06 15:56:15 +00:00
|
|
|
<target>
|
2018-06-02 08:18:28 +00:00
|
|
|
<propertyfile file="src/main/resources/build.properties" comment="Build information. Edit this to your liking.">
|
2015-11-18 20:41:51 +00:00
|
|
|
<entry key="buildAuthor" default="unknown" />
|
2018-06-02 08:18:28 +00:00
|
|
|
<entry key="buildNumber" default="0" />
|
|
|
|
<entry key="buildCodeName" default="${tfm.build.codename}" />
|
|
|
|
<entry key="buildVersion" default="${project.version}" />
|
2015-11-18 20:41:51 +00:00
|
|
|
</propertyfile>
|
2016-03-06 15:56:15 +00:00
|
|
|
</target>
|
2015-11-18 20:41:51 +00:00
|
|
|
</configuration>
|
|
|
|
<goals>
|
|
|
|
<goal>run</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
2018-06-02 08:18:28 +00:00
|
|
|
|
2015-11-18 20:41:51 +00:00
|
|
|
</plugin>
|
|
|
|
|
2018-06-02 08:18:28 +00:00
|
|
|
|
2015-11-18 20:41:51 +00:00
|
|
|
<!-- Properties -->
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>properties-maven-plugin</artifactId>
|
|
|
|
<version>1.0.0</version>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<phase>initialize</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>read-project-properties</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<files>
|
2018-06-02 08:18:28 +00:00
|
|
|
<file>${basedir}/src/main/resources/build.properties</file>
|
2015-11-18 20:41:51 +00:00
|
|
|
</files>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
|
2015-11-22 18:26:47 +00:00
|
|
|
<!-- Checkstyle -->
|
2015-11-18 20:41:51 +00:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2015-11-22 18:26:47 +00:00
|
|
|
<version>2.17</version>
|
|
|
|
<artifactId>maven-checkstyle-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<phase>process-sources</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>check</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
2015-11-18 20:41:51 +00:00
|
|
|
<configuration>
|
2015-11-22 18:26:47 +00:00
|
|
|
<configLocation>checkstyle.xml</configLocation>
|
|
|
|
<consoleOutput>true</consoleOutput>
|
|
|
|
<failsOnError>true</failsOnError>
|
|
|
|
<failOnViolation>true</failOnViolation>
|
2015-11-18 20:41:51 +00:00
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
<!-- Git describe -->
|
|
|
|
<plugin>
|
2018-06-02 08:18:28 +00:00
|
|
|
<groupId>pl.project13.maven</groupId>
|
|
|
|
<artifactId>git-commit-id-plugin</artifactId>
|
|
|
|
<version>2.2.4</version>
|
2015-11-18 20:41:51 +00:00
|
|
|
<executions>
|
|
|
|
<execution>
|
2018-06-02 08:18:28 +00:00
|
|
|
<id>get-the-git-infos</id>
|
2015-11-18 20:41:51 +00:00
|
|
|
<goals>
|
2018-06-02 08:18:28 +00:00
|
|
|
<goal>revision</goal>
|
2015-11-18 20:41:51 +00:00
|
|
|
</goals>
|
2018-06-02 08:18:28 +00:00
|
|
|
</execution>
|
|
|
|
<execution>
|
|
|
|
<id>validate-the-git-infos</id>
|
|
|
|
<goals>
|
|
|
|
<goal>validateRevision</goal>
|
|
|
|
</goals>
|
|
|
|
<phase>package</phase>
|
2015-11-18 20:41:51 +00:00
|
|
|
</execution>
|
|
|
|
</executions>
|
2018-06-02 08:18:28 +00:00
|
|
|
<configuration>
|
|
|
|
<dotGitDirectory>${project.basedir}/.git</dotGitDirectory>
|
|
|
|
<prefix>git</prefix>
|
|
|
|
<dateFormat>yyyy-MM-dd HH:mm:ss</dateFormat>
|
|
|
|
<verbose>false</verbose>
|
|
|
|
<generateGitPropertiesFile>true</generateGitPropertiesFile>
|
|
|
|
<generateGitPropertiesFilename>${basedir}/src/main/resources/git.properties</generateGitPropertiesFilename>
|
|
|
|
<format>properties</format>
|
|
|
|
<failOnNoGitDirectory>false</failOnNoGitDirectory>
|
|
|
|
<failOnUnableToExtractRepoInfo>false</failOnUnableToExtractRepoInfo>
|
|
|
|
<includeOnlyProperties>
|
|
|
|
<includeOnlyProperty>git.build.time</includeOnlyProperty>
|
|
|
|
<includeOnlyProperty>git.commit.id</includeOnlyProperty>
|
|
|
|
<includeOnlyProperty>git.commit.id.abbrev</includeOnlyProperty>
|
|
|
|
</includeOnlyProperties>
|
|
|
|
<gitDescribe>
|
|
|
|
<skip>false</skip>
|
|
|
|
<always>false</always>
|
|
|
|
<abbrev>7</abbrev>
|
|
|
|
<dirty>-dirty</dirty>
|
|
|
|
<match>*</match>
|
|
|
|
</gitDescribe>
|
|
|
|
</configuration>
|
2015-11-18 20:41:51 +00:00
|
|
|
</plugin>
|
|
|
|
|
|
|
|
<!-- Buildnumber -->
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>buildnumber-maven-plugin</artifactId>
|
|
|
|
<version>1.4</version>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<phase>generate-resources</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>create</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
|
|
|
|
<configuration>
|
|
|
|
<buildNumberPropertyName>maven.buildnumber</buildNumberPropertyName>
|
2018-06-02 08:18:28 +00:00
|
|
|
<buildNumberPropertiesFileLocation>${basedir}/src/main/resources/build.properties</buildNumberPropertiesFileLocation>
|
2016-05-12 19:40:39 +00:00
|
|
|
<format>{0,number,#}</format>
|
2015-11-18 20:41:51 +00:00
|
|
|
<items>
|
|
|
|
<item>buildNumber</item>
|
|
|
|
</items>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
|
2015-11-22 18:26:47 +00:00
|
|
|
|
|
|
|
<reporting>
|
|
|
|
<!-- Checkstyle -->
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-jxr-plugin</artifactId>
|
|
|
|
<version>2.5</version>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<version>2.17</version>
|
|
|
|
<artifactId>maven-checkstyle-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<configLocation>checkstyle.xml</configLocation>
|
|
|
|
<failOnViolation>true</failOnViolation>
|
|
|
|
<failsOnError>true</failsOnError>
|
|
|
|
<consoleOutput>true</consoleOutput>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</reporting>
|
2018-06-02 08:18:28 +00:00
|
|
|
</project>
|