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>
|
|
|
|
<repository>
|
|
|
|
<id>bukkit-repo</id>
|
|
|
|
<url>http://repo.bukkit.org/content/groups/public</url>
|
|
|
|
</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>
|
|
|
|
<groupId>org.bukkit</groupId>
|
2014-07-09 02:30:33 +02:00
|
|
|
<artifactId>craftbukkit1</artifactId>
|
2014-07-15 07:57:21 +02:00
|
|
|
<version>1.7.10-R0.1</version>
|
2014-06-19 14:24:25 +02:00
|
|
|
<scope>system</scope>
|
2014-07-15 07:57:21 +02:00
|
|
|
<systemPath>${project.basedir}/lib/craftbukkit-1.7.10-R0.1.jar</systemPath>
|
2014-07-09 02:30:33 +02:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.bukkit</groupId>
|
2014-07-15 07:57:21 +02:00
|
|
|
<artifactId>craftbukkit3</artifactId>
|
2014-07-09 02:30:33 +02:00
|
|
|
<version>1.7.9-R0.3</version>
|
|
|
|
<scope>system</scope>
|
|
|
|
<systemPath>${project.basedir}/lib/craftbukkit-1.7.9-R0.3.jar</systemPath>
|
2013-08-20 20:39:31 +02:00
|
|
|
</dependency>
|
2014-07-15 07:57:21 +02:00
|
|
|
<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>
|
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>
|
2014-07-09 02:30:33 +02:00
|
|
|
<version>1.5.5.3</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>
|
2014-07-09 02:30:33 +02:00
|
|
|
<version>5.6.2</version>
|
2013-11-09 00:16:39 +01:00
|
|
|
<scope>system</scope>
|
|
|
|
<systemPath>${project.basedir}/lib/WorldEdit.jar</systemPath>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.sk89q.worldguard</groupId>
|
|
|
|
<artifactId>WorldGuard</artifactId>
|
2014-07-09 02:30:33 +02:00
|
|
|
<version>5.9</version>
|
2013-11-09 00:16:39 +01:00
|
|
|
<scope>system</scope>
|
|
|
|
<systemPath>${project.basedir}/lib/WorldGuard.jar</systemPath>
|
|
|
|
</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>
|