2014-06-12 17:44:13 +02: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>com.graywolf336</groupId>
|
|
|
|
<artifactId>Jail</artifactId>
|
|
|
|
<version>3.0.0-SNAPSHOT</version>
|
|
|
|
<name>Jail</name>
|
2014-07-22 01:17:30 +02:00
|
|
|
<description>Ban too harsh? Mute too weak? Kicking not enough? Jail them!</description>
|
2014-06-12 17:44:13 +02:00
|
|
|
<url>http://dev.bukkit.org/bukkit-plugins/jail/</url>
|
2014-07-22 01:17:30 +02:00
|
|
|
|
2014-06-12 17:44:13 +02:00
|
|
|
<ciManagement>
|
2015-08-15 09:18:11 +02:00
|
|
|
<url>https://ci.craftyn.com/job/Jail/</url>
|
2014-06-12 17:44:13 +02:00
|
|
|
<system>jenkins</system>
|
|
|
|
</ciManagement>
|
2014-07-22 01:17:30 +02:00
|
|
|
|
2014-06-12 17:44:13 +02:00
|
|
|
<issueManagement>
|
2015-08-15 09:18:11 +02:00
|
|
|
<url>https://github.com/graywolf336/Jail/issues</url>
|
|
|
|
<system>GitHub</system>
|
2014-06-12 17:44:13 +02:00
|
|
|
</issueManagement>
|
2014-07-22 01:17:30 +02:00
|
|
|
|
2014-06-12 17:44:13 +02:00
|
|
|
<scm>
|
|
|
|
<url>https://github.com/graywolf336/Jail</url>
|
|
|
|
<connection>scm:git:git://github.com/graywolf336/Jail.git</connection>
|
|
|
|
<developerConnection>scm:git:git:@github.com/graywolf336/Jail.git</developerConnection>
|
|
|
|
</scm>
|
|
|
|
|
2014-07-22 01:17:30 +02:00
|
|
|
<properties>
|
|
|
|
<project.build.number>0</project.build.number>
|
2014-07-23 04:27:23 +02:00
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
2014-07-22 01:17:30 +02:00
|
|
|
</properties>
|
|
|
|
|
2014-06-12 17:44:13 +02:00
|
|
|
<repositories>
|
|
|
|
<repository>
|
|
|
|
<id>vault-repo</id>
|
|
|
|
<url>http://nexus.theyeticave.net/content/repositories/pub_releases</url>
|
|
|
|
</repository>
|
|
|
|
|
|
|
|
<repository>
|
2014-12-09 01:20:28 +01:00
|
|
|
<id>spigot-repo</id>
|
|
|
|
<url>https://hub.spigotmc.org/nexus/content/groups/public/</url>
|
2014-06-12 17:44:13 +02:00
|
|
|
</repository>
|
|
|
|
|
|
|
|
<repository>
|
|
|
|
<id>sk89q-repo</id>
|
|
|
|
<url>http://maven.sk89q.com/repo/</url>
|
|
|
|
</repository>
|
|
|
|
</repositories>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.bukkit</groupId>
|
|
|
|
<artifactId>bukkit</artifactId>
|
2014-12-09 01:20:28 +01:00
|
|
|
<version>1.8-R0.1-SNAPSHOT</version>
|
2014-06-12 17:44:13 +02:00
|
|
|
<type>jar</type>
|
|
|
|
</dependency>
|
2015-01-28 07:05:18 +01:00
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.bukkit</groupId>
|
|
|
|
<artifactId>craftbukkit</artifactId>
|
|
|
|
<version>1.8-R0.1-SNAPSHOT</version>
|
|
|
|
<type>jar</type>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2014-06-12 17:44:13 +02:00
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.sk89q</groupId>
|
|
|
|
<artifactId>worldedit</artifactId>
|
|
|
|
<version>5.5.7-SNAPSHOT</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>net.milkbowl.vault</groupId>
|
|
|
|
<artifactId>Vault</artifactId>
|
2015-01-26 05:50:02 +01:00
|
|
|
<version>1.4.1</version>
|
2014-06-12 17:44:13 +02:00
|
|
|
<type>jar</type>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.lexicalscope.jewelcli</groupId>
|
|
|
|
<artifactId>jewelcli</artifactId>
|
|
|
|
<version>0.8.9</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- Start of Test Dependencies -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
<version>4.11</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.powermock</groupId>
|
|
|
|
<artifactId>powermock-module-junit4</artifactId>
|
|
|
|
<version>1.5.5</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.powermock</groupId>
|
|
|
|
<artifactId>powermock-api-easymock</artifactId>
|
|
|
|
<version>1.5.5</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.powermock</groupId>
|
|
|
|
<artifactId>powermock-api-mockito</artifactId>
|
|
|
|
<version>1.5.5</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.easymock</groupId>
|
|
|
|
<artifactId>easymock</artifactId>
|
|
|
|
<version>3.2</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.carrotsearch</groupId>
|
|
|
|
<artifactId>junit-benchmarks</artifactId>
|
|
|
|
<version>0.7.2</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<!-- End of Test Dependencies -->
|
|
|
|
</dependencies>
|
|
|
|
|
2014-07-22 01:17:30 +02:00
|
|
|
<profiles>
|
|
|
|
<profile>
|
|
|
|
<id>jenkins</id>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>env.BUILD_NUMBER</name>
|
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<properties>
|
|
|
|
<project.build.number>${env.BUILD_NUMBER}</project.build.number>
|
|
|
|
</properties>
|
|
|
|
</profile>
|
2015-08-18 16:19:37 +02:00
|
|
|
|
|
|
|
<profile>
|
|
|
|
<id>doclint-java8-disable</id>
|
|
|
|
<activation>
|
|
|
|
<jdk>[1.8,)</jdk>
|
|
|
|
</activation>
|
|
|
|
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
2015-08-18 16:24:54 +02:00
|
|
|
<version>2.10.3</version>
|
2015-08-18 16:19:37 +02:00
|
|
|
<configuration>
|
|
|
|
<additionalparam>-Xdoclint:none</additionalparam>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</profile>
|
2014-07-22 01:17:30 +02:00
|
|
|
</profiles>
|
|
|
|
|
2014-06-12 17:44:13 +02:00
|
|
|
<build>
|
|
|
|
<directory>target</directory>
|
|
|
|
<outputDirectory>target/classes</outputDirectory>
|
|
|
|
<!-- <sourceDirectory>${basedir}/src</sourceDirectory> -->
|
|
|
|
<defaultGoal>clean install test</defaultGoal>
|
|
|
|
|
|
|
|
<resources>
|
|
|
|
<resource>
|
|
|
|
<targetPath>.</targetPath>
|
|
|
|
<filtering>true</filtering>
|
|
|
|
<directory>${basedir}/src/main/resources/</directory>
|
|
|
|
<includes>
|
|
|
|
<include>*.yml</include>
|
|
|
|
</includes>
|
|
|
|
</resource>
|
|
|
|
</resources>
|
|
|
|
|
|
|
|
<testResources>
|
|
|
|
<testResource>
|
|
|
|
<directory>${basedir}/src/main/resources</directory>
|
|
|
|
</testResource>
|
|
|
|
</testResources>
|
|
|
|
|
|
|
|
<!-- Plugins -->
|
|
|
|
<plugins>
|
|
|
|
<!-- Compile plugin -->
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
<version>2.3.2</version>
|
|
|
|
<configuration>
|
|
|
|
<source>1.6</source>
|
|
|
|
<target>1.6</target>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
|
2014-07-22 01:17:30 +02:00
|
|
|
<!-- Token replacement plugin -->
|
|
|
|
<plugin>
|
|
|
|
<groupId>com.google.code.maven-replacer-plugin</groupId>
|
|
|
|
<artifactId>maven-replacer-plugin</artifactId>
|
|
|
|
<version>1.3.8</version>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<phase>prepare-package</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>replace</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
<configuration>
|
|
|
|
<file>target/classes/plugin.yml</file>
|
|
|
|
<replacements>
|
|
|
|
<replacement>
|
|
|
|
<token>maven-version-number</token>
|
|
|
|
<value>${project.version}-b${project.build.number}</value>
|
|
|
|
</replacement>
|
|
|
|
</replacements>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
<!-- Jar plugin -->
|
2014-06-12 17:44:13 +02:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-jar-plugin</artifactId>
|
|
|
|
<version>2.3.1</version>
|
|
|
|
<configuration>
|
|
|
|
<archive>
|
|
|
|
<manifestEntries />
|
|
|
|
</archive>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-shade-plugin</artifactId>
|
|
|
|
<version>2.2</version>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<phase>package</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>shade</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<artifactSet>
|
|
|
|
<includes>
|
|
|
|
<include>com.lexicalscope.jewelcli:jewelcli</include>
|
|
|
|
</includes>
|
|
|
|
</artifactSet>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
<version>2.11</version>
|
|
|
|
<configuration>
|
|
|
|
<parallel>methods</parallel>
|
|
|
|
<threadCount>10</threadCount>
|
|
|
|
<excludes>
|
|
|
|
<exclude>**/TestCommandSender.java</exclude>
|
|
|
|
<exclude>**/TestInstanceCreator.java</exclude>
|
|
|
|
</excludes>
|
|
|
|
</configuration>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.surefire</groupId>
|
|
|
|
<artifactId>surefire-junit47</artifactId>
|
|
|
|
<version>2.11</version>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
|
|
|
|
<distributionManagement>
|
|
|
|
<repository>
|
|
|
|
<id>repo-release</id>
|
2015-08-15 09:18:11 +02:00
|
|
|
<name>Jail Releases</name>
|
2015-08-18 16:24:54 +02:00
|
|
|
<url>https://repo2.craftyn.com/repository/internal/</url>
|
2014-06-12 17:44:13 +02:00
|
|
|
</repository>
|
|
|
|
<snapshotRepository>
|
|
|
|
<id>repo-snapshot</id>
|
2015-08-15 09:18:11 +02:00
|
|
|
<name>Jail Snapshots</name>
|
2015-08-18 16:24:54 +02:00
|
|
|
<url>https://repo2.craftyn.com/repository/snapshots/</url>
|
2014-06-12 17:44:13 +02:00
|
|
|
</snapshotRepository>
|
|
|
|
</distributionManagement>
|
2013-12-06 01:22:15 +01:00
|
|
|
</project>
|