2011-11-23 18:34:18 +01: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/maven-v4_0_0.xsd">
<modelVersion > 4.0.0</modelVersion>
2013-07-16 04:34:35 +02:00
<!-- Project information -->
2013-07-19 16:05:22 +02:00
<groupId > net.milkbowl.vault</groupId>
<artifactId > Vault</artifactId>
2013-12-22 18:56:26 +01:00
<version > 1.2.29</version>
2013-07-16 04:34:35 +02:00
<name > Vault</name>
<url > http://dev.bukkit.org/server-mods/vault/</url>
<description > Vault is a Permissions & Economy API to allow plugins to more easily hook into these systems without needing to hook each individual system themselves.
2013-11-28 01:46:49 +01:00
Vault currently supports the following: Permissions 3, PEX, GroupManager, bPerms, bPerms2, SimplyPerms, DroxPerms, zPermissions, rscPermissions, Starburst, iConomy (4/5/6) BOSEconomy *6/7), EssentialsEcon, 3Co, MultiConomy, MineConomy, EconXP, eWallet, CurrencyCore, XPBank, CraftConomy, AEco, SDFEconomy, TAEcon</description>
2013-07-16 04:34:35 +02:00
2011-11-23 18:34:18 +01:00
<properties >
<project.build.sourceEncoding > UTF-8</project.build.sourceEncoding>
2013-12-22 18:52:41 +01:00
<bukkitVersion > 1.7.2-R0.2</bukkitVersion>
2013-07-16 04:34:35 +02:00
<mainClass > net.milkbowl.vault.Vault</mainClass>
2011-11-23 18:34:18 +01:00
</properties>
2013-07-16 04:34:35 +02:00
<!-- Organization -->
<organization >
<name > MilkBowl</name>
<url > https://github.com/MilkBowl/Vault</url>
</organization>
<scm >
<url > https://github.com/MilkBowl/Vault</url>
<connection > scm:git:git://github.com:MilkBowl/Vault.git</connection>
<developerConnection > scm:git:git@github.com:MilkBowl/Vault.git</developerConnection>
</scm>
<issueManagement >
<system > GitHub</system>
<url > https://github.com/MilkBowl/Vault/issues</url>
</issueManagement>
<ciManagement >
<system > jenkins</system>
<url > http://ci.herocraftonline.com/job/Vault/</url>
</ciManagement>
<repositories >
<repository >
<id > bukkit-repo</id>
<url > http://repo.bukkit.org/content/groups/public/</url>
</repository>
2013-08-04 22:45:23 +02:00
<repository >
2013-07-16 04:34:35 +02:00
<id > sdfeconomy-repo</id>
<url > http://omwah.sdf.org/maven/repo/snapshots/</url>
</repository>
<repository >
<id > greatman-repo</id>
<url > http://repo.greatmancode.com/content/groups/public/</url>
</repository>
<repository >
2013-08-04 22:45:23 +02:00
<id > krinsoft</id>
<url > http://files.krinsoft.net:8085/nexus/content/groups/public</url>
2013-07-16 04:34:35 +02:00
</repository>
2013-07-16 12:15:28 +02:00
<repository >
<id > escapecraft-repo</id>
<url > http://dev.escapecraft.com/maven</url>
2013-10-03 02:15:35 +02:00
</repository>
2013-07-16 04:34:35 +02:00
</repositories>
2011-12-27 03:38:39 +01:00
<dependencies >
<dependency >
<groupId > org.bukkit</groupId>
2013-07-02 20:57:35 +02:00
<artifactId > bukkit</artifactId>
2013-07-16 04:34:35 +02:00
<version > ${bukkitVersion}</version>
2011-12-27 03:38:39 +01:00
</dependency>
2013-08-04 22:45:23 +02:00
<dependency >
2013-07-17 02:16:42 +02:00
<groupId > com.gmail.bleedobsidian.miconomy</groupId>
<artifactId > MiConomy</artifactId>
<version > 1.0</version>
<scope > system</scope>
<systemPath > ${project.basedir}/lib/MiConomy.jar</systemPath>
</dependency>
2012-06-10 18:44:59 +02:00
<dependency >
2013-07-16 12:15:28 +02:00
<groupId > de.hydrox.bukkit</groupId>
2012-08-29 19:33:53 +02:00
<artifactId > DroxPerms</artifactId>
2013-07-16 12:15:28 +02:00
<version > 0.5.0</version>
2012-08-29 19:33:53 +02:00
</dependency>
2013-08-04 17:33:17 +02:00
<dependency >
2013-08-04 22:45:23 +02:00
<groupId > me.coniin.plugins.minefaconomy</groupId>
<artifactId > MineFaConomy</artifactId>
<version > 0.2</version>
<scope > system</scope>
<systemPath > ${project.basedir}/lib/Minefaconomy.jar</systemPath>
</dependency>
2012-08-29 19:33:53 +02:00
<dependency >
2013-02-07 01:41:55 +01:00
<groupId > net.krinsoft</groupId>
2012-08-29 19:33:53 +02:00
<artifactId > Privileges</artifactId>
2013-02-07 01:41:55 +01:00
<version > 1.7.4</version>
2012-08-29 19:33:53 +02:00
</dependency>
2011-12-31 19:43:02 +01:00
<dependency >
2012-02-09 06:53:10 +01:00
<groupId > org.tyrannyofheaven.bukkit</groupId>
<artifactId > zPermissions</artifactId>
2013-04-21 09:14:14 +02:00
<version > 0.9.19-SNAPSHOT</version>
2012-02-09 06:53:10 +01:00
<scope > system</scope>
2012-02-26 08:14:35 +01:00
<systemPath > ${project.basedir}/lib/zPermissions.jar</systemPath>
2011-12-31 19:43:02 +01:00
</dependency>
2011-12-27 03:38:39 +01:00
<dependency >
<groupId > me.ic3d.eco</groupId>
<artifactId > ECO</artifactId>
<version > 2.0</version>
<scope > system</scope>
<systemPath > ${project.basedir}/lib/3co.jar</systemPath>
</dependency>
2011-12-30 18:03:21 +01:00
<dependency >
2012-02-09 06:53:10 +01:00
<groupId > is.currency</groupId>
<artifactId > Currency</artifactId>
2012-03-12 07:47:57 +01:00
<version > 0.61</version>
2012-02-09 06:53:10 +01:00
<scope > system</scope>
<systemPath > ${project.basedir}/lib/CurrencyCore.jar</systemPath>
2011-12-30 18:03:21 +01:00
</dependency>
2012-07-02 19:28:15 +02:00
<dependency >
2012-08-29 19:33:53 +02:00
<groupId > com.flobi.GoldIsMoney</groupId>
<artifactId > GoldIsMoney</artifactId>
2012-09-03 03:10:42 +02:00
<version > 1.2.1</version>
2012-08-29 19:33:53 +02:00
<scope > system</scope>
<systemPath > ${project.basedir}/lib/GoldIsMoney.jar</systemPath>
2012-07-02 19:28:15 +02:00
</dependency>
2012-09-03 03:10:42 +02:00
<dependency >
<groupId > com.flobi.GoldIsMoney2</groupId>
<artifactId > GoldIsMoney</artifactId>
<version > 2.0.0</version>
<scope > system</scope>
<systemPath > ${project.basedir}/lib/GoldIsMoney2.jar</systemPath>
</dependency>
2011-12-27 03:38:39 +01:00
<dependency >
<groupId > cosine.boseconomy.BOSEconomy</groupId>
<artifactId > BOSEconomy</artifactId>
2012-03-15 15:38:14 +01:00
<version > 0.7.3.1a</version>
2011-12-27 03:38:39 +01:00
<scope > system</scope>
2012-03-15 15:38:14 +01:00
<systemPath > ${project.basedir}/lib/BOSEconomy.jar</systemPath>
2011-12-27 03:38:39 +01:00
</dependency>
<dependency >
<groupId > de.bananaco.permissions.Permissions</groupId>
<artifactId > bPermissions</artifactId>
<version > 2.0.9a</version>
<scope > system</scope>
<systemPath > ${project.basedir}/lib/bpermissions.jar</systemPath>
</dependency>
2013-02-08 08:48:05 +01:00
<dependency >
2013-07-17 02:16:42 +02:00
<groupId > com.github.sebc722</groupId>
<artifactId > xPerms</artifactId>
<version > 1.1</version>
<scope > system</scope>
<systemPath > ${project.basedir}/lib/Xperms.jar</systemPath>
</dependency>
2011-12-27 03:38:39 +01:00
<dependency >
<groupId > ca.agnate.EconXP.EconXP</groupId>
<artifactId > EconXP</artifactId>
2012-03-12 07:47:57 +01:00
<version > 0.4.1</version>
2011-12-27 03:38:39 +01:00
<scope > system</scope>
<systemPath > ${project.basedir}/lib/EconXP.jar</systemPath>
</dependency>
2012-03-12 07:33:33 +01:00
<dependency >
2012-08-29 19:33:53 +02:00
<groupId > org.neocraft.AEco</groupId>
<artifactId > AEco</artifactId>
<version > 2.1</version>
<scope > system</scope>
<systemPath > ${project.basedir}/lib/AEco-2.1.jar</systemPath>
2012-03-12 07:33:33 +01:00
</dependency>
2011-12-27 03:38:39 +01:00
<dependency >
<groupId > com.earth2me.essentials.Essentials</groupId>
<artifactId > Essentials</artifactId>
2012-08-08 15:42:50 +02:00
<version > 2.9.2</version>
2011-12-27 03:38:39 +01:00
<scope > system</scope>
<systemPath > ${project.basedir}/lib/Essentials.jar</systemPath>
</dependency>
<dependency >
<groupId > org.anjocaido.groupmanager.GroupManager</groupId>
<artifactId > GroupManager</artifactId>
2012-08-08 15:42:50 +02:00
<version > 2.0</version>
2011-12-27 03:38:39 +01:00
<scope > system</scope>
<systemPath > ${project.basedir}/lib/EssentialsGroupManager.jar</systemPath>
</dependency>
2011-12-28 17:57:25 +01:00
<dependency >
<groupId > me.ethan.eWallet.ECO</groupId>
<artifactId > eWallet</artifactId>
<version > 1.0</version>
<scope > system</scope>
<systemPath > ${project.basedir}/lib/eWallet.jar</systemPath>
</dependency>
2012-02-19 09:22:02 +01:00
<dependency >
2012-08-29 19:33:53 +02:00
<groupId > boardinggamer.mcmoney</groupId>
<artifactId > McMoney</artifactId>
<version > 1.2</version>
<scope > system</scope>
<systemPath > ${project.basedir}/lib/McMoney.jar</systemPath>
</dependency>
2011-12-28 17:57:25 +01:00
<dependency >
<groupId > net.TheDgtl.iChat.iChat</groupId>
<artifactId > iChat</artifactId>
2012-06-12 06:15:58 +02:00
<version > 2.5.7</version>
2011-12-28 17:57:25 +01:00
<scope > system</scope>
<systemPath > ${project.basedir}/lib/iChat.jar</systemPath>
</dependency>
<dependency >
<groupId > com.nijiko.coelho.iConomy.iConomy</groupId>
<artifactId > iConomy</artifactId>
<version > 4.65</version>
<scope > system</scope>
<systemPath > ${project.basedir}/lib/iConomy4.jar</systemPath>
</dependency>
<dependency >
<groupId > com.iConomy.iConomy</groupId>
<artifactId > iConomy</artifactId>
<version > 5.0</version>
<scope > system</scope>
<systemPath > ${project.basedir}/lib/iConomy5.jar</systemPath>
</dependency>
<dependency >
<groupId > com.iCo6.iConomy</groupId>
<artifactId > iConomy</artifactId>
2012-02-26 08:14:35 +01:00
<version > 6.0.9b</version>
2011-12-28 17:57:25 +01:00
<scope > system</scope>
<systemPath > ${project.basedir}/lib/iConomy6.jar</systemPath>
</dependency>
2012-12-17 17:02:29 +01:00
<dependency >
<groupId > com.gmail.mirelatrue.xpbank.XPBank</groupId>
<artifactId > XPBank</artifactId>
<version > 0.9</version>
<scope > system</scope>
<systemPath > ${project.basedir}/lib/XPBank.jar</systemPath>
</dependency>
2011-12-28 17:57:25 +01:00
<dependency >
<groupId > net.D3GN.MiracleM4n.mChat.mChat</groupId>
<artifactId > mChat</artifactId>
<version > 1.8.5</version>
<scope > system</scope>
<systemPath > ${project.basedir}/lib/mChat.jar</systemPath>
</dependency>
2012-01-30 01:06:15 +01:00
<dependency >
2012-02-09 06:53:10 +01:00
<groupId > in.mDev</groupId>
<artifactId > mChatSuite</artifactId>
2012-08-26 18:23:19 +02:00
<version > DEV-b275</version>
2012-02-09 06:53:10 +01:00
<scope > system</scope>
2012-03-25 06:29:33 +02:00
<systemPath > ${project.basedir}/lib/mChatSuite.jar</systemPath>
2012-02-09 06:53:10 +01:00
</dependency>
2011-12-28 17:57:25 +01:00
<dependency >
<groupId > me.mjolnir.mineconomy.MineConomy</groupId>
<artifactId > MineConomy</artifactId>
2012-07-15 05:31:43 +02:00
<version > 1.4</version>
2011-12-28 17:57:25 +01:00
<scope > system</scope>
<systemPath > ${project.basedir}/lib/MineConomy.jar</systemPath>
</dependency>
<dependency >
<groupId > me.ashtheking.currency.Currency</groupId>
<artifactId > MultiCurrency</artifactId>
<version > 0.1</version>
<scope > system</scope>
<systemPath > ${project.basedir}/lib/MultiCurrency.jar</systemPath>
</dependency>
<dependency >
<groupId > com.nijikokun.bukkit.Permissions.Permissions</groupId>
<artifactId > Permissions</artifactId>
<version > 3.1.6</version>
<scope > system</scope>
<systemPath > ${project.basedir}/lib/Permissions.jar</systemPath>
</dependency>
<dependency >
<groupId > com.platymuus.bukkit.permissions.PermissionsPlugin</groupId>
<artifactId > PermissionsBukkit</artifactId>
2012-03-15 08:47:59 +01:00
<version > 1.6</version>
2011-12-28 17:57:25 +01:00
<scope > system</scope>
2012-03-15 08:47:59 +01:00
<systemPath > ${project.basedir}/lib/PermissionsBukkit.jar</systemPath>
2011-12-28 17:57:25 +01:00
</dependency>
2012-02-09 06:53:10 +01:00
<dependency >
<groupId > ru.tehkode</groupId>
<artifactId > PermissionsEx</artifactId>
2012-08-08 15:33:41 +02:00
<version > 1.19.3</version>
2012-04-10 18:10:04 +02:00
<scope > system</scope>
<systemPath > ${project.basedir}/lib/PermissionsEx.jar</systemPath>
2012-02-09 06:53:10 +01:00
</dependency>
<dependency >
<groupId > de.bananaco.permissions.Permissions</groupId>
<artifactId > bPermissions2</artifactId>
2013-03-08 22:54:53 +01:00
<version > 2.10.5</version>
2012-02-09 06:53:10 +01:00
<scope > system</scope>
2013-03-08 22:54:53 +01:00
<systemPath > ${project.basedir}/lib/bpermissions25.jar</systemPath>
2012-02-09 06:53:10 +01:00
</dependency>
<dependency >
<groupId > com.dthielke.starburst</groupId>
<artifactId > Starburst</artifactId>
<version > 1.0.0</version>
<scope > system</scope>
<systemPath > ${project.basedir}/lib/Starburst.jar</systemPath>
</dependency>
<dependency >
<groupId > com.nijikokun.register</groupId>
<artifactId > Register</artifactId>
<scope > system</scope>
<systemPath > ${project.basedir}/lib/Register.jar</systemPath>
<version > 1.5</version>
</dependency>
<dependency >
<groupId > me.greatman.Craftconomy</groupId>
<artifactId > Craftconomy</artifactId>
2012-08-08 15:42:50 +02:00
<version > 2.3.5</version>
2012-02-09 06:53:10 +01:00
<scope > system</scope>
<systemPath > ${project.basedir}/lib/Craftconomy.jar</systemPath>
</dependency>
2012-08-11 21:20:18 +02:00
<dependency >
2013-02-05 20:22:40 +01:00
<groupId > com.greatmancode</groupId>
2012-08-11 21:20:18 +02:00
<artifactId > craftconomy3</artifactId>
2013-12-22 18:52:41 +01:00
<version > 3.1.5</version>
2012-08-11 21:20:18 +02:00
</dependency>
2012-04-30 16:18:06 +02:00
<dependency >
2012-08-29 19:33:53 +02:00
<groupId > net.crystalyx.bukkit.simplyperms</groupId>
<artifactId > SimplyPerms</artifactId>
<version > 1.6.2</version>
<scope > system</scope>
<systemPath > ${project.basedir}/lib/SimplyPerms.jar</systemPath>
2012-04-30 16:18:06 +02:00
</dependency>
2012-08-03 19:01:23 +02:00
<dependency >
2012-08-29 19:33:53 +02:00
<groupId > Gringotts</groupId>
<artifactId > Gringotts</artifactId>
<version > 0.0.1-SNAPSHOT</version>
<scope > system</scope>
<systemPath > ${project.basedir}/lib/Gringotts.jar</systemPath>
2012-08-03 19:01:23 +02:00
</dependency>
2012-09-24 15:12:40 +02:00
<dependency >
2012-12-27 01:22:32 +01:00
<groupId > com.gravypod.Dosh</groupId>
<artifactId > Dosh</artifactId>
<version > 1.0</version>
<scope > system</scope>
<systemPath > ${project.basedir}/lib/Dosh.jar</systemPath>
2012-09-24 15:12:40 +02:00
</dependency>
2012-10-17 01:13:11 +02:00
<dependency >
2012-12-27 01:22:32 +01:00
<groupId > com.github.zathrus_writer.commandsex</groupId>
<artifactId > CommandsEX</artifactId>
<version > 1.98</version>
<scope > system</scope>
<systemPath > ${project.basedir}/lib/CommandsEX.jar</systemPath>
2012-10-17 01:13:11 +02:00
</dependency>
2012-12-22 23:40:59 +01:00
<dependency >
2013-08-04 22:45:23 +02:00
<groupId > com.github.omwah</groupId>
<artifactId > SDFEconomy</artifactId>
<version > 0.1.0-SNAPSHOT</version>
2012-12-22 23:40:59 +01:00
</dependency>
2013-08-04 22:45:23 +02:00
<dependency >
2013-06-27 21:32:35 +02:00
<groupId > net.ae97</groupId>
2013-11-06 14:27:26 +01:00
<artifactId > TotalPermissions</artifactId>
<version > 0.3.1</version>
<scope > system</scope>
<systemPath > ${project.basedir}/lib/TotalPermissions.jar</systemPath>
2013-06-27 21:32:35 +02:00
</dependency>
2013-09-04 07:02:56 +02:00
<dependency >
<groupId > ru.simsonic</groupId>
<artifactId > rscPermissions</artifactId>
<version > 1.0</version>
<scope > system</scope>
<systemPath > ${project.basedir}/lib/rscPermissions.jar</systemPath>
</dependency>
2013-11-28 01:46:49 +01:00
<dependency >
<groupId > net.teamalpha.taecon</groupId>
<artifactId > TAEcon</artifactId>
<version > 0.1</version>
<scope > system</scope>
<systemPath > ${project.basedir}/lib/TAEcon.jar</systemPath>
</dependency>
2011-12-27 03:38:39 +01:00
</dependencies>
2013-07-16 04:34:35 +02:00
2011-12-27 03:38:39 +01:00
<build >
2013-03-01 02:46:46 +01:00
<defaultGoal > clean install</defaultGoal>
2012-12-27 01:22:32 +01:00
<sourceDirectory > src/</sourceDirectory>
2011-12-27 03:38:39 +01:00
<resources >
<resource >
<directory > ${project.basedir}</directory>
2012-01-09 00:55:36 +01:00
<filtering > true</filtering>
2011-12-27 03:38:39 +01:00
<includes >
<include > plugin.yml</include>
</includes>
</resource>
</resources>
<plugins >
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-compiler-plugin</artifactId>
<version > 2.0.2</version>
<configuration >
<source > 1.6</source>
<target > 1.6</target>
</configuration>
</plugin>
<plugin >
<groupId > org.codehaus.mojo</groupId>
<artifactId > build-helper-maven-plugin</artifactId>
<version > 1.5</version>
<executions >
<execution >
<id > add-source</id>
<phase > generate-sources</phase>
<goals >
<goal > add-source</goal>
</goals>
<configuration >
<sources >
<source > ${project.basedir}/src</source>
</sources>
</configuration>
</execution>
</executions>
</plugin>
2011-12-28 10:01:16 +01:00
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-javadoc-plugin</artifactId>
<version > 2.8</version>
2011-12-29 22:06:47 +01:00
<executions >
2012-02-09 06:53:10 +01:00
<execution >
<id > install-javadocs</id>
<goals >
<goal > javadoc</goal>
</goals>
</execution>
2011-12-29 22:06:47 +01:00
</executions>
2011-12-28 10:01:16 +01:00
<configuration >
2012-02-09 06:53:10 +01:00
<outputDirectory > /var/www/javadoc</outputDirectory>
<reportOutputDirectory > /var/www/javadoc</reportOutputDirectory>
<destDir > vault</destDir>
<show > public</show>
<windowtitle > Vault</windowtitle>
<verbose > false</verbose>
<author > true</author>
<version > true</version>
2012-06-27 21:40:06 +02:00
<linksource > true</linksource>
<links >
2012-08-29 19:33:53 +02:00
<link > http://java.sun.com/j2se/1.5.0/docs/api/</link>
<link > http://jd.bukkit.org/apidocs/</link>
2012-06-27 21:40:06 +02:00
</links>
2012-02-09 06:53:10 +01:00
<bottom >
2011-12-28 18:13:07 +01:00
<![CDATA[<b>MilkBukkit, 2011</b>]]>
2012-02-09 06:53:10 +01:00
</bottom>
<excludePackageNames > net.milkbowl.vault.chat.*:net.milkbowl.vault.economy.*:net.milkbowl.vault.permission.*</excludePackageNames>
2011-12-28 10:01:16 +01:00
</configuration>
</plugin>
2011-12-27 03:38:39 +01:00
</plugins>
</build>
2012-02-11 00:20:48 +01:00
</project>