2012-03-03 10:42:14 +00: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>
|
2012-03-16 16:41:27 +00:00
|
|
|
<groupId>de.jaschastarke</groupId>
|
2012-03-03 10:42:14 +00:00
|
|
|
<artifactId>LimitedCreative</artifactId>
|
|
|
|
<name>LimitedCreative</name>
|
2012-12-07 19:03:15 +00:00
|
|
|
<version>1.4.5a</version>
|
2012-03-03 10:42:14 +00:00
|
|
|
<url>https://github.com/possi/LimitedCreative</url>
|
|
|
|
<scm>
|
|
|
|
<connection>scm:git:git://github.com/possi/LimitedCreative.git</connection>
|
|
|
|
<developerConnection>scm:git:git@github.com:possi/LimitedCreative.git</developerConnection>
|
|
|
|
<url>https://github.com/possi/LimitedCreative/tree/master</url>
|
|
|
|
</scm>
|
2012-03-03 14:35:33 +00:00
|
|
|
<repositories>
|
2012-12-15 11:21:15 +00:00
|
|
|
<!-- The result with cloudbees SHOULD be stored here for public
|
|
|
|
<repository>
|
|
|
|
<id>de-jaschastarke</id>
|
|
|
|
<url>https://repository-possi.forge.cloudbees.com/release</url>
|
|
|
|
</repository>
|
|
|
|
-->
|
2012-03-03 14:35:33 +00:00
|
|
|
<!-- Required dependencies for optional integrations, that aren't hosted yet -->
|
|
|
|
<repository>
|
|
|
|
<id>opt-dep</id>
|
|
|
|
<url>http://dl.dropbox.com/u/5023975/mvn-repo</url>
|
|
|
|
</repository>
|
|
|
|
<!-- Official (Craft-)Bukkit repository -->
|
|
|
|
<repository>
|
|
|
|
<id>bukkit-repo</id>
|
|
|
|
<url>http://repo.bukkit.org/content/groups/public</url>
|
|
|
|
</repository>
|
|
|
|
<!-- Official WorldGuard and WorldEdit repository -->
|
|
|
|
<repository>
|
|
|
|
<id>sk89q-mvn2</id>
|
|
|
|
<url>http://mvn2.sk89q.com/repo</url>
|
|
|
|
</repository>
|
2012-03-16 15:37:43 +00:00
|
|
|
<!-- Official Multiverse repository -->
|
|
|
|
<repository>
|
|
|
|
<id>onarandombox</id>
|
|
|
|
<url>http://repo.onarandombox.com/content/groups/public</url>
|
|
|
|
</repository>
|
2012-11-12 22:22:18 +00:00
|
|
|
<repository>
|
|
|
|
<id>vault-repo</id>
|
|
|
|
<url>http://ci.herocraftonline.com/plugin/repository/everything</url>
|
|
|
|
</repository>
|
2012-03-03 14:35:33 +00:00
|
|
|
</repositories>
|
2012-03-03 11:53:20 +00:00
|
|
|
<build>
|
|
|
|
<sourceDirectory>${basedir}/src</sourceDirectory>
|
2012-03-16 16:41:27 +00:00
|
|
|
<finalName>${project.artifactId}</finalName>
|
2012-03-16 15:37:43 +00:00
|
|
|
|
|
|
|
<resources>
|
|
|
|
<resource>
|
|
|
|
<targetPath>.</targetPath>
|
|
|
|
<filtering>true</filtering>
|
|
|
|
<directory>${basedir}/</directory>
|
|
|
|
<includes>
|
|
|
|
<include>plugin.yml</include>
|
|
|
|
<include>config.yml</include>
|
|
|
|
</includes>
|
|
|
|
</resource>
|
|
|
|
<resource>
|
|
|
|
<targetPath>lang/</targetPath>
|
|
|
|
<directory>${basedir}/lang/</directory>
|
|
|
|
</resource>
|
|
|
|
</resources>
|
|
|
|
|
2012-03-03 11:53:20 +00:00
|
|
|
<plugins>
|
2012-03-23 15:20:42 +00:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
<version>2.0.2</version>
|
|
|
|
<configuration>
|
2012-07-14 19:18:30 +00:00
|
|
|
<source>1.6</source>
|
|
|
|
<target>1.6</target>
|
2012-03-23 15:20:42 +00:00
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2012-03-03 11:53:20 +00:00
|
|
|
</plugins>
|
|
|
|
</build>
|
2012-03-03 10:42:14 +00:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.bukkit</groupId>
|
|
|
|
<artifactId>bukkit</artifactId>
|
2012-12-07 19:03:15 +00:00
|
|
|
<version>1.4.5-R0.2</version>
|
2012-03-03 10:42:14 +00:00
|
|
|
</dependency>
|
2012-12-07 19:03:15 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.bukkit</groupId>
|
|
|
|
<artifactId>craftbukkit</artifactId>
|
|
|
|
<version>1.4.5-R0.2</version>
|
2012-12-15 11:21:15 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.sk89q</groupId>
|
|
|
|
<artifactId>worldedit</artifactId>
|
|
|
|
<version>5.4.4</version>
|
|
|
|
<scope>compile</scope>
|
2012-12-07 19:03:15 +00:00
|
|
|
</dependency>
|
2012-03-03 10:42:14 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.sk89q</groupId>
|
|
|
|
<artifactId>worldguard</artifactId>
|
2012-11-12 22:22:18 +00:00
|
|
|
<version>5.6.3</version>
|
2012-03-03 10:42:14 +00:00
|
|
|
</dependency>
|
2012-03-03 11:53:20 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>uk.org.whoami</groupId>
|
|
|
|
<artifactId>authme</artifactId>
|
2012-09-06 18:11:35 +00:00
|
|
|
<version>2.6.7b5</version>
|
2012-03-03 11:53:20 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2012-03-16 15:37:43 +00:00
|
|
|
<groupId>com.onarandombox.multiversecore</groupId>
|
|
|
|
<artifactId>Multiverse-Core</artifactId>
|
|
|
|
<version>2.4</version>
|
2012-03-03 11:53:20 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.cypherx</groupId>
|
|
|
|
<artifactId>xauth</artifactId>
|
2012-09-06 18:11:35 +00:00
|
|
|
<version>2.0.20</version>
|
2012-03-03 11:53:20 +00:00
|
|
|
</dependency>
|
2012-03-03 10:42:14 +00:00
|
|
|
</dependencies>
|
|
|
|
<properties>
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
</properties>
|
|
|
|
</project>
|