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>
|
2015-03-10 16:12:26 +01:00
|
|
|
<version>2.3.0</version>
|
2013-08-20 20:39:31 +02:00
|
|
|
<name>quests</name>
|
2015-02-03 23:46:20 +01:00
|
|
|
<url>https://github.com/FlyingPikachu/Quests/</url>
|
2013-08-20 20:39:31 +02:00
|
|
|
<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>
|
2015-03-07 21:01:58 +01:00
|
|
|
<repository>
|
|
|
|
<id>citizens</id>
|
|
|
|
<url>http://repo.citizensnpcs.co</url>
|
|
|
|
</repository>
|
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>
|
2015-02-15 21:45:44 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.bukkit</groupId>
|
|
|
|
<artifactId>craftbukkit</artifactId>
|
|
|
|
<version>1.8-R0.1-SNAPSHOT</version>
|
|
|
|
<scope>system</scope>
|
|
|
|
<systemPath>${project.basedir}/lib/craftbukkit-1.8.jar</systemPath>
|
|
|
|
</dependency>
|
2015-01-06 04:07:36 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.bukkit</groupId>
|
|
|
|
<artifactId>craftbukkit1</artifactId>
|
|
|
|
<version>1.7.10-R0.1</version>
|
|
|
|
<scope>system</scope>
|
|
|
|
<systemPath>${project.basedir}/lib/craftbukkit-1.7.10-R0.1.jar</systemPath>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.bukkit</groupId>
|
|
|
|
<artifactId>craftbukkit3</artifactId>
|
|
|
|
<version>1.7.9-R0.3</version>
|
|
|
|
<scope>system</scope>
|
|
|
|
<systemPath>${project.basedir}/lib/craftbukkit-1.7.9-R0.3.jar</systemPath>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.bukkit</groupId>
|
|
|
|
<artifactId>craftbukkit2</artifactId>
|
|
|
|
<version>1.7.2-R0.4</version>
|
|
|
|
<scope>system</scope>
|
|
|
|
<systemPath>${project.basedir}/lib/craftbukkit-1.7.2-R0.4.jar</systemPath>
|
|
|
|
</dependency>
|
2013-08-20 20:39:31 +02:00
|
|
|
<dependency>
|
2015-03-07 21:01:58 +01:00
|
|
|
<groupId>net.citizensnpcs</groupId>
|
2013-08-20 20:39:31 +02:00
|
|
|
<artifactId>citizens</artifactId>
|
2015-03-07 21:01:58 +01:00
|
|
|
<version>2.0.14-SNAPSHOT</version>
|
|
|
|
<scope>provided</scope>
|
2013-08-20 20:39:31 +02:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>net.aufdemrand</groupId>
|
|
|
|
<artifactId>denizen</artifactId>
|
2015-03-07 05:21:07 +01:00
|
|
|
<version>0.9.6-SNAPSHOT</version>
|
2015-03-07 21:01:58 +01:00
|
|
|
<scope>provided</scope>
|
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>
|