2013-03-08 20:31:15 +01: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.acrobot.chestshop</groupId>
|
|
|
|
<artifactId>chestshop</artifactId>
|
2013-10-04 18:33:37 +02:00
|
|
|
<version>3.67</version>
|
2013-03-08 20:31:15 +01:00
|
|
|
<description>Chest-and-sign shop plugin for Bukkit</description>
|
|
|
|
|
|
|
|
<scm>
|
|
|
|
<connection>scm:git:git://github.com/Acrobot/ChestShop-3</connection>
|
|
|
|
<developerConnection>scm:git:ssh://git@github.com/Acrobot/ChestShop-3.git</developerConnection>
|
|
|
|
<url>https://github.com/Acrobot/ChestShop-3</url>
|
|
|
|
</scm>
|
|
|
|
|
|
|
|
<repositories>
|
|
|
|
<repository>
|
|
|
|
<id>bukkit-repo</id>
|
2013-03-16 19:27:24 +01:00
|
|
|
<url>http://repo.bukkit.org/content/repositories/snapshots/</url>
|
2013-03-08 20:31:15 +01:00
|
|
|
</repository>
|
|
|
|
<repository>
|
|
|
|
<id>sk89q-repo</id>
|
|
|
|
<url>http://maven.sk89q.com/repo/</url>
|
|
|
|
</repository>
|
2013-08-08 20:25:27 +02:00
|
|
|
<repository>
|
|
|
|
<id>mcstats-releases</id>
|
|
|
|
<url>http://repo.mcstats.org/content/repositories/releases/</url>
|
|
|
|
</repository>
|
2013-05-30 16:57:54 +02:00
|
|
|
<repository>
|
|
|
|
<id>vault-repo</id>
|
|
|
|
<url>http://ci.herocraftonline.com/plugin/repository/everything</url>
|
|
|
|
</repository>
|
2013-03-08 20:31:15 +01:00
|
|
|
<repository>
|
|
|
|
<id>local_repo</id>
|
|
|
|
<url>file://${project.basedir}/repo/</url>
|
|
|
|
</repository>
|
|
|
|
</repositories>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.bukkit</groupId>
|
|
|
|
<artifactId>bukkit</artifactId>
|
2013-09-28 23:47:42 +02:00
|
|
|
<version>1.6.2-R1.0</version>
|
2013-03-08 20:31:15 +01:00
|
|
|
</dependency>
|
2013-08-08 20:25:27 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.mcstats.bukkit</groupId>
|
|
|
|
<artifactId>metrics</artifactId>
|
|
|
|
<version>R7</version>
|
|
|
|
</dependency>
|
2013-03-08 20:31:15 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>net.milkbowl.vault</groupId>
|
2013-05-30 16:57:54 +02:00
|
|
|
<artifactId>Vault</artifactId>
|
2013-08-08 20:25:27 +02:00
|
|
|
<version>1.2.27</version>
|
2013-03-08 20:31:15 +01:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.iCo6</groupId>
|
|
|
|
<artifactId>iConomy6</artifactId>
|
|
|
|
<version>6.0.10b</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.iConomy</groupId>
|
|
|
|
<artifactId>iConomy5</artifactId>
|
|
|
|
<version>5.0</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>cosine.boseconomy</groupId>
|
|
|
|
<artifactId>boseconomy</artifactId>
|
|
|
|
<version>0.7.0</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>info.somethingodd</groupId>
|
|
|
|
<artifactId>odditem</artifactId>
|
|
|
|
<version>0.9.5</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.herocraftonline.heroes</groupId>
|
|
|
|
<artifactId>heroes</artifactId>
|
|
|
|
<version>1.5.2-dev-b1705</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.griefcraft.lwc</groupId>
|
|
|
|
<artifactId>lwc</artifactId>
|
|
|
|
<version>4.3.1</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.daemitus.deadbolt</groupId>
|
|
|
|
<artifactId>deadbolt</artifactId>
|
|
|
|
<version>2.2</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.sk89q</groupId>
|
|
|
|
<artifactId>worldguard</artifactId>
|
|
|
|
<version>5.6.4</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.webkonsept.bukkit.simplechestlock</groupId>
|
|
|
|
<artifactId>simplechestlock</artifactId>
|
|
|
|
<version>1.2.1</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.yi.acru.bukkit.lockette</groupId>
|
|
|
|
<artifactId>lockette</artifactId>
|
|
|
|
<version>1.7.9</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.bekvon.bukkit.residence</groupId>
|
|
|
|
<artifactId>residence</artifactId>
|
|
|
|
<version>2.6.6.3</version>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-jar-plugin</artifactId>
|
|
|
|
<version>2.4</version>
|
|
|
|
<configuration>
|
2013-03-25 19:42:06 +01:00
|
|
|
<finalName>ChestShop</finalName>
|
2013-03-08 20:31:15 +01:00
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2013-08-08 20:25:27 +02:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-shade-plugin</artifactId>
|
|
|
|
<version>2.1</version>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<phase>package</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>shade</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<artifactSet>
|
|
|
|
<includes>
|
|
|
|
<include>org.mcstats.bukkit</include>
|
|
|
|
</includes>
|
|
|
|
</artifactSet>
|
|
|
|
<relocations>
|
|
|
|
<relocation>
|
|
|
|
<pattern>org.mcstats</pattern>
|
|
|
|
<shadedPattern>com.Acrobot.ChestShop</shadedPattern>
|
|
|
|
</relocation>
|
|
|
|
</relocations>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2013-03-08 20:31:15 +01:00
|
|
|
</plugins>
|
|
|
|
|
|
|
|
<resources>
|
|
|
|
<resource>
|
|
|
|
<directory>src/main/resources</directory>
|
2013-03-08 20:39:06 +01:00
|
|
|
<filtering>true</filtering>
|
2013-03-08 20:31:15 +01:00
|
|
|
</resource>
|
|
|
|
</resources>
|
|
|
|
</build>
|
2013-08-08 20:25:27 +02:00
|
|
|
|
2013-03-08 20:31:15 +01:00
|
|
|
</project>
|