2012-11-03 20:37:52 +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/xsd/maven-4.0.0.xsd">
|
2011-12-18 05:16:41 +01:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<groupId>com.sk89q</groupId>
|
|
|
|
<artifactId>worldguard</artifactId>
|
2012-11-07 18:19:50 +01:00
|
|
|
<version>5.6.6-SNAPSHOT</version>
|
2011-12-18 05:16:41 +01:00
|
|
|
<name>WorldGuard</name>
|
2012-08-11 09:26:06 +02:00
|
|
|
<description>WorldGuard protects your Minecraft servers.</description>
|
|
|
|
<licenses>
|
|
|
|
<license>
|
|
|
|
<name>GNU General Public License 2.0</name>
|
|
|
|
<url>LICENSE.txt</url>
|
|
|
|
<distribution>repo</distribution>
|
|
|
|
<comments>License on all contributions</comments>
|
|
|
|
</license>
|
|
|
|
</licenses>
|
2011-12-18 05:16:41 +01:00
|
|
|
<scm>
|
2012-08-11 09:28:02 +02:00
|
|
|
<connection>scm:git:git://github.com/sk89q/worldguard.git</connection>
|
|
|
|
<url>https://github.com/sk89q/worldguard</url>
|
2012-08-11 09:26:06 +02:00
|
|
|
<tag>master</tag>
|
2012-08-11 09:28:02 +02:00
|
|
|
<developerConnection>scm:git:git@github.com:sk89q/worldguard.git</developerConnection>
|
2011-12-18 05:16:41 +01:00
|
|
|
</scm>
|
2012-08-11 09:26:06 +02:00
|
|
|
<properties>
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
</properties>
|
2011-12-18 05:16:41 +01:00
|
|
|
<repositories>
|
|
|
|
<repository>
|
2012-08-11 09:26:06 +02:00
|
|
|
<id>sk89q-repo</id>
|
|
|
|
<url>http://maven.sk89q.com/repo/</url>
|
2011-12-18 05:16:41 +01:00
|
|
|
</repository>
|
2012-10-20 01:47:55 +02:00
|
|
|
<repository>
|
|
|
|
<id>zml-repo</id>
|
|
|
|
<url>http://files.zachsthings.com/repo</url>
|
|
|
|
</repository>
|
2011-12-18 05:16:41 +01:00
|
|
|
<repository>
|
|
|
|
<id>bukkit-repo</id>
|
2012-01-21 08:42:24 +01:00
|
|
|
<url>http://repo.bukkit.org/content/groups/public</url>
|
2011-12-18 05:16:41 +01:00
|
|
|
</repository>
|
|
|
|
</repositories>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.sk89q</groupId>
|
|
|
|
<artifactId>worldedit</artifactId>
|
2012-11-03 20:37:52 +01:00
|
|
|
<version>5.4.4</version>
|
2012-10-20 01:47:55 +02:00
|
|
|
<scope>compile</scope>
|
2011-12-18 05:16:41 +01:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.bukkit</groupId>
|
|
|
|
<artifactId>bukkit</artifactId>
|
2012-11-07 18:19:35 +01:00
|
|
|
<version>1.4.2-R0.2</version>
|
2012-10-20 01:47:55 +02:00
|
|
|
<scope>compile</scope>
|
2011-12-18 05:16:41 +01:00
|
|
|
</dependency>
|
2012-01-25 00:12:16 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.sk89q</groupId>
|
|
|
|
<artifactId>commandbook</artifactId>
|
2012-10-20 01:47:55 +02:00
|
|
|
<version>2.1</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>com.zachsthings.libcomponents</groupId>
|
|
|
|
<artifactId>libcomponents-bukkit</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.spout</groupId>
|
|
|
|
<artifactId>spoutapi</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2012-01-25 00:12:16 +01:00
|
|
|
</dependency>
|
2011-12-18 05:16:41 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.nijikokun</groupId>
|
|
|
|
<artifactId>iconomy</artifactId>
|
|
|
|
<version>5.0</version>
|
2012-10-20 01:47:55 +02:00
|
|
|
<scope>compile</scope>
|
2011-12-18 05:16:41 +01:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.khelekore</groupId>
|
|
|
|
<artifactId>prtree</artifactId>
|
2012-10-23 06:04:46 +02:00
|
|
|
<version>1.5.0</version>
|
2012-10-20 01:47:55 +02:00
|
|
|
<scope>compile</scope>
|
2011-12-18 05:16:41 +01:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>net.sf.opencsv</groupId>
|
|
|
|
<artifactId>opencsv</artifactId>
|
|
|
|
<version>2.0</version>
|
2012-10-20 01:47:55 +02:00
|
|
|
<scope>compile</scope>
|
2011-12-18 05:16:41 +01:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
<version>4.8.1</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2012-08-11 09:26:06 +02:00
|
|
|
<distributionManagement>
|
|
|
|
<site>
|
|
|
|
<id>sk89q-docs-upload</id>
|
2012-08-11 09:28:02 +02:00
|
|
|
<url>ftp://sk89q-maven-deploy/worldguard/</url>
|
2012-08-11 09:26:06 +02:00
|
|
|
</site>
|
|
|
|
</distributionManagement>
|
2011-12-18 05:16:41 +01:00
|
|
|
<build>
|
2012-10-20 01:47:55 +02:00
|
|
|
<defaultGoal>install</defaultGoal>
|
2011-12-18 05:16:41 +01:00
|
|
|
<sourceDirectory>${basedir}/src/main/java</sourceDirectory>
|
2012-08-11 09:26:06 +02:00
|
|
|
|
|
|
|
<extensions>
|
|
|
|
<extension>
|
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
|
|
<artifactId>wagon-ftp</artifactId>
|
|
|
|
<version>1.0-beta-6</version>
|
|
|
|
</extension>
|
|
|
|
</extensions>
|
2011-12-18 05:16:41 +01:00
|
|
|
|
|
|
|
<resources>
|
|
|
|
<resource>
|
|
|
|
<targetPath>.</targetPath>
|
|
|
|
<filtering>true</filtering>
|
|
|
|
<directory>${basedir}/src/main/resources/</directory>
|
|
|
|
<includes>
|
|
|
|
<include>plugin.yml</include>
|
|
|
|
</includes>
|
|
|
|
</resource>
|
|
|
|
<resource>
|
|
|
|
<targetPath>defaults/</targetPath>
|
|
|
|
<filtering>true</filtering>
|
|
|
|
<directory>${basedir}/src/main/resources/</directory>
|
|
|
|
<includes>
|
|
|
|
<include>config.yml</include>
|
|
|
|
<include>config_world.yml</include>
|
|
|
|
<include>blacklist.txt</include>
|
|
|
|
</includes>
|
|
|
|
</resource>
|
|
|
|
</resources>
|
|
|
|
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
<version>2.3.2</version>
|
2012-03-12 08:02:13 +01:00
|
|
|
<configuration>
|
|
|
|
<source>1.6</source>
|
|
|
|
<target>1.6</target>
|
|
|
|
</configuration>
|
2011-12-18 05:16:41 +01:00
|
|
|
</plugin>
|
2012-10-20 01:47:55 +02:00
|
|
|
|
2011-12-18 05:16:41 +01:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-jar-plugin</artifactId>
|
|
|
|
<version>2.3.1</version>
|
|
|
|
<configuration>
|
|
|
|
<archive>
|
|
|
|
<addMavenDescriptor>true</addMavenDescriptor>
|
|
|
|
<manifest>
|
|
|
|
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
|
|
|
|
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
|
|
|
|
</manifest>
|
|
|
|
<manifestEntries>
|
2012-02-11 21:16:13 +01:00
|
|
|
<Class-Path>WorldGuard/WorldEdit.jar lib/WorldEdit.jar ../lib/WorldEdit.jar ../WorldEdit.jar</Class-Path>
|
2011-12-18 05:16:41 +01:00
|
|
|
</manifestEntries>
|
|
|
|
</archive>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2012-10-20 01:47:55 +02:00
|
|
|
|
2011-12-18 05:16:41 +01:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-shade-plugin</artifactId>
|
|
|
|
<version>1.4</version>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<phase>package</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>shade</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<artifactSet>
|
|
|
|
<includes>
|
|
|
|
<include>net.sf.opencsv:opencsv</include>
|
2012-08-19 21:47:03 +02:00
|
|
|
<include>org.khelekore:prtree</include>
|
2011-12-18 05:16:41 +01:00
|
|
|
</includes>
|
|
|
|
</artifactSet>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2012-10-20 01:47:55 +02:00
|
|
|
|
2011-12-18 05:16:41 +01:00
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-assembly-plugin</artifactId>
|
2012-03-02 04:24:57 +01:00
|
|
|
<version>2.2-beta-2</version>
|
2011-12-18 05:16:41 +01:00
|
|
|
<configuration>
|
|
|
|
<descriptor>${basedir}/src/main/assembly/default.xml</descriptor>
|
|
|
|
</configuration>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>release</id>
|
|
|
|
<phase>package</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>single</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2012-10-20 01:47:55 +02:00
|
|
|
|
2011-12-18 05:16:41 +01:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-release-plugin</artifactId>
|
2012-02-12 01:16:47 +01:00
|
|
|
<version>2.2.2</version>
|
2011-12-18 05:16:41 +01:00
|
|
|
<configuration>
|
|
|
|
<preparationGoals>assembly:assembly</preparationGoals>
|
|
|
|
<goals>assembly:assembly</goals>
|
2012-02-12 01:16:47 +01:00
|
|
|
<tagNameFormat>@{project.version}</tagNameFormat>
|
2011-12-18 05:16:41 +01:00
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2012-08-11 09:26:06 +02:00
|
|
|
|
2011-12-18 05:16:41 +01:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2012-08-11 09:26:06 +02:00
|
|
|
<artifactId>maven-site-plugin</artifactId>
|
|
|
|
<version>3.1</version>
|
2011-12-18 05:16:41 +01:00
|
|
|
<configuration>
|
2012-08-11 09:26:06 +02:00
|
|
|
<reportPlugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-project-info-reports-plugin</artifactId>
|
|
|
|
<version>2.5</version>
|
|
|
|
<reportSets>
|
|
|
|
<reportSet>
|
|
|
|
<reports>
|
|
|
|
<report>license</report>
|
|
|
|
<report>index</report>
|
|
|
|
</reports>
|
|
|
|
</reportSet>
|
|
|
|
</reportSets>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
|
|
<version>2.8.1</version>
|
|
|
|
</plugin>
|
|
|
|
</reportPlugins>
|
2011-12-18 05:16:41 +01:00
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
2012-08-11 09:26:06 +02:00
|
|
|
</build>
|
2011-12-18 05:16:41 +01:00
|
|
|
</project>
|