2013-08-20 20:39:31 +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">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2013-08-08 14:31:10 +02:00
|
|
|
|
2013-08-20 20:39:31 +02:00
|
|
|
<groupId>me.blackvein.quests</groupId>
|
|
|
|
<artifactId>quests</artifactId>
|
2014-08-22 10:01:09 +02:00
|
|
|
<version>2.0.0</version>
|
2013-08-20 20:39:31 +02:00
|
|
|
<name>quests</name>
|
|
|
|
<url>http://dev.bukkit.org/server-mods/quests/</url>
|
|
|
|
<packaging>jar</packaging>
|
|
|
|
<description></description>
|
2013-08-08 14:31:10 +02:00
|
|
|
|
2013-08-20 20:39:31 +02:00
|
|
|
<properties>
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
</properties>
|
2013-08-08 14:31:10 +02:00
|
|
|
|
2013-08-20 20:39:31 +02:00
|
|
|
<repositories>
|
2015-01-06 01:34:29 +01:00
|
|
|
<repository>
|
|
|
|
<id>spigot-repo</id>
|
|
|
|
<url>https://hub.spigotmc.org/nexus/content/groups/public/</url>
|
2013-08-20 20:39:31 +02:00
|
|
|
</repository>
|
2013-08-08 14:31:10 +02:00
|
|
|
|
2013-08-20 20:39:31 +02:00
|
|
|
</repositories>
|
2013-08-08 14:31:10 +02:00
|
|
|
|
2013-08-20 20:39:31 +02:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
2015-01-06 01:34:29 +01:00
|
|
|
<groupId>org.spigotmc</groupId>
|
|
|
|
<artifactId>spigot-api</artifactId>
|
|
|
|
<version>1.8-R0.1-SNAPSHOT</version>
|
2014-07-15 07:57:21 +02:00
|
|
|
</dependency>
|
2013-08-20 20:39:31 +02:00
|
|
|
<dependency>
|
2014-05-14 03:19:16 +02:00
|
|
|
<groupId>com.citizensnpcs</groupId>
|
2013-08-20 20:39:31 +02:00
|
|
|
<artifactId>citizens</artifactId>
|
2014-05-14 03:19:16 +02:00
|
|
|
<version>2.0.13-SNAPSHOT</version>
|
2013-11-24 00:16:33 +01:00
|
|
|
<scope>system</scope>
|
2014-05-14 03:19:16 +02:00
|
|
|
<systemPath>${project.basedir}/lib/citizensapi-2.0.13-SNAPSHOT.jar</systemPath>
|
2013-08-20 20:39:31 +02:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>net.aufdemrand</groupId>
|
|
|
|
<artifactId>denizen</artifactId>
|
2014-05-14 03:19:16 +02:00
|
|
|
<version>0.9.4-SNAPSHOT</version>
|
2013-11-24 00:16:33 +01:00
|
|
|
<scope>system</scope>
|
2014-05-14 03:19:16 +02:00
|
|
|
<systemPath>${project.basedir}/lib/denizen-0.9.4-SNAPSHOT.jar</systemPath>
|
2013-08-20 20:39:31 +02:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>net.milkbowl.vault</groupId>
|
|
|
|
<artifactId>Vault</artifactId>
|
2014-07-09 02:30:33 +02:00
|
|
|
<version>1.4.1</version>
|
2013-10-23 07:14:55 +02:00
|
|
|
<scope>system</scope>
|
|
|
|
<systemPath>${project.basedir}/lib/Vault.jar</systemPath>
|
2013-08-20 20:39:31 +02:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.gmail.nossr50.mcMMO</groupId>
|
|
|
|
<artifactId>mcMMO</artifactId>
|
2014-07-09 02:30:33 +02:00
|
|
|
<version>1.5.00</version>
|
2013-09-19 08:28:54 +02:00
|
|
|
<scope>system</scope>
|
|
|
|
<systemPath>${project.basedir}/lib/mcMMO.jar</systemPath>
|
2013-08-20 20:39:31 +02:00
|
|
|
</dependency>
|
2013-10-20 22:07:24 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.herocraftonline</groupId>
|
|
|
|
<artifactId>Heroes</artifactId>
|
2015-01-06 03:52:43 +01:00
|
|
|
<version>1.5.5.4</version>
|
2013-08-20 20:39:31 +02:00
|
|
|
<scope>system</scope>
|
2013-10-20 22:07:24 +02:00
|
|
|
<systemPath>${project.basedir}/lib/Heroes.jar</systemPath>
|
2013-08-20 20:39:31 +02:00
|
|
|
</dependency>
|
2013-11-09 00:16:39 +01:00
|
|
|
<dependency>
|
2014-05-15 03:43:25 +02:00
|
|
|
<groupId>com.codisimus</groupId>
|
2013-11-09 00:16:39 +01:00
|
|
|
<artifactId>PhatLoots</artifactId>
|
2014-05-15 03:43:25 +02:00
|
|
|
<version>3.8.1</version>
|
2013-11-09 00:16:39 +01:00
|
|
|
<scope>system</scope>
|
|
|
|
<systemPath>${project.basedir}/lib/PhatLoots.jar</systemPath>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2013-12-25 00:57:06 +01:00
|
|
|
<groupId>com.sk89q.worldedit</groupId>
|
2013-11-09 00:16:39 +01:00
|
|
|
<artifactId>WorldEdit</artifactId>
|
2015-01-06 03:52:43 +01:00
|
|
|
<version>6.0</version>
|
2013-11-09 00:16:39 +01:00
|
|
|
<scope>system</scope>
|
2015-01-06 03:52:43 +01:00
|
|
|
<systemPath>${project.basedir}/lib/worldedit-bukkit-6.0-dist.jar</systemPath>
|
2013-11-09 00:16:39 +01:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.sk89q.worldguard</groupId>
|
|
|
|
<artifactId>WorldGuard</artifactId>
|
2015-01-06 03:52:43 +01:00
|
|
|
<version>6.0.0</version>
|
2013-11-09 00:16:39 +01:00
|
|
|
<scope>system</scope>
|
2015-01-06 03:52:43 +01:00
|
|
|
<systemPath>${project.basedir}/lib/worldguard-6.0.0-SNAPSHOT.jar</systemPath>
|
2013-11-09 00:16:39 +01:00
|
|
|
</dependency>
|
2013-08-20 20:39:31 +02:00
|
|
|
</dependencies>
|
2013-08-08 14:31:10 +02:00
|
|
|
|
2013-08-20 20:39:31 +02:00
|
|
|
<build>
|
|
|
|
<resources>
|
|
|
|
<resource>
|
|
|
|
<targetPath>.</targetPath>
|
|
|
|
<directory>${basedir}/src/main/resources/</directory>
|
|
|
|
<filtering>true</filtering>
|
|
|
|
<includes>
|
|
|
|
<include>config.yml</include>
|
|
|
|
<include>plugin.yml</include>
|
|
|
|
<include>events.yml</include>
|
|
|
|
<include>quests.yml</include>
|
|
|
|
</includes>
|
|
|
|
</resource>
|
|
|
|
<resource>
|
|
|
|
<targetPath>.</targetPath>
|
|
|
|
<directory>${basedir}/</directory>
|
|
|
|
<filtering>false</filtering>
|
|
|
|
<includes>
|
|
|
|
<include>README.md</include>
|
|
|
|
</includes>
|
|
|
|
</resource>
|
|
|
|
</resources>
|
2013-08-08 14:31:10 +02:00
|
|
|
|
2013-08-20 20:39:31 +02:00
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
<version>2.3.2</version>
|
|
|
|
<configuration>
|
|
|
|
<showDeprecation>true</showDeprecation>
|
2013-11-07 01:50:02 +01:00
|
|
|
<source>1.6</source>
|
|
|
|
<target>1.6</target>
|
2013-08-20 20:39:31 +02:00
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</project>
|