mirror of
https://github.com/MilkBowl/Vault.git
synced 2024-11-10 21:01:03 +01:00
290 lines
9.5 KiB
XML
290 lines
9.5 KiB
XML
<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>
|
|
<groupId>net.milkbowl.vault</groupId>
|
|
<artifactId>Vault</artifactId>
|
|
<version>1.2.9-SNAPSHOT</version>
|
|
<properties>
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
</properties>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.bukkit</groupId>
|
|
<artifactId>craftbukkit</artifactId>
|
|
<version>1.1-R3</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.tyrannyofheaven.bukkit</groupId>
|
|
<artifactId>zPermissions</artifactId>
|
|
<version>0.9.5-SNAPSHOT</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/lib/zPermissions-0.9.5.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>me.ic3d.eco</groupId>
|
|
<artifactId>ECO</artifactId>
|
|
<version>2.0</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/lib/3co.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>is.currency</groupId>
|
|
<artifactId>Currency</artifactId>
|
|
<version>0.3</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/lib/CurrencyCore.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>cosine.boseconomy.BOSEconomy</groupId>
|
|
<artifactId>BOSEconomy</artifactId>
|
|
<version>0.7.3</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/lib/BOSEconomy7.jar</systemPath>
|
|
</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>
|
|
<dependency>
|
|
<groupId>ca.agnate.EconXP.EconXP</groupId>
|
|
<artifactId>EconXP</artifactId>
|
|
<version>0.2.1</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/lib/EconXP.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.earth2me.essentials.Essentials</groupId>
|
|
<artifactId>Essentials</artifactId>
|
|
<version>2.2.18</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/lib/Essentials.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.anjocaido.groupmanager.GroupManager</groupId>
|
|
<artifactId>GroupManager</artifactId>
|
|
<version>1.3 (Phoenix)</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/lib/EssentialsGroupManager.jar</systemPath>
|
|
</dependency>
|
|
<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>
|
|
<dependency>
|
|
<groupId>net.TheDgtl.iChat.iChat</groupId>
|
|
<artifactId>iChat</artifactId>
|
|
<version>2.4.4</version>
|
|
<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>
|
|
<version>6.0</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/lib/iConomy6.jar</systemPath>
|
|
</dependency>
|
|
<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>
|
|
<dependency>
|
|
<groupId>in.mDev</groupId>
|
|
<artifactId>mChatSuite</artifactId>
|
|
<version>DEV</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/lib/mChatSuite-DEV.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>me.mjolnir.mineconomy.MineConomy</groupId>
|
|
<artifactId>MineConomy</artifactId>
|
|
<version>1.0.4</version>
|
|
<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>
|
|
<version>1.2</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/lib/PermissionsBukkit-1.2.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.palmergames.bukkit.towny.Towny</groupId>
|
|
<artifactId>Towny</artifactId>
|
|
<version>0.77.1.0</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/lib/Towny.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>ru.tehkode</groupId>
|
|
<artifactId>PermissionsEx</artifactId>
|
|
<version>1.20-SNAPSHOT</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>de.bananaco.permissions.Permissions</groupId>
|
|
<artifactId>bPermissions2</artifactId>
|
|
<version>2.6.3</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/lib/bpermissions2.jar</systemPath>
|
|
</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>
|
|
<version>1.0.0</version>
|
|
<scope>system</scope>
|
|
<systemPath>${project.basedir}/lib/Craftconomy.jar</systemPath>
|
|
</dependency>
|
|
</dependencies>
|
|
<build>
|
|
<resources>
|
|
<resource>
|
|
<directory>${project.basedir}</directory>
|
|
<filtering>true</filtering>
|
|
<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>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
<version>2.8</version>
|
|
<executions>
|
|
<execution>
|
|
<id>install-javadocs</id>
|
|
<goals>
|
|
<goal>javadoc</goal>
|
|
</goals>
|
|
</execution>
|
|
</executions>
|
|
<configuration>
|
|
<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>
|
|
<bottom>
|
|
<![CDATA[<b>MilkBukkit, 2011</b>]]>
|
|
</bottom>
|
|
<excludePackageNames>net.milkbowl.vault.chat.*:net.milkbowl.vault.economy.*:net.milkbowl.vault.permission.*</excludePackageNames>
|
|
</configuration>
|
|
</plugin>
|
|
</plugins>
|
|
</build>
|
|
<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.
|
|
|
|
Vault currently Supports:
|
|
Permissions 3, PEX, GroupManager, bPerms
|
|
iConomy 4,5,6 BOSEconomy 6/7, EssentialsEcon, 3Co, MultiConomy, MineConomy, EconXP
|
|
</description>
|
|
<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.milkbowl.net/job/Vault/</url>
|
|
</ciManagement>
|
|
<repositories>
|
|
<repository>
|
|
<id>bukkit-repo</id>
|
|
<url>http://repo.bukkit.org/content/groups/public/</url>
|
|
</repository>
|
|
<repository>
|
|
<id>tehkode-repo</id>
|
|
<url>http://repo.tehkode.ru/repository/bukkit-plugins/</url>
|
|
</repository>
|
|
</repositories>
|
|
</project>
|