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>
|
2013-12-09 22:07:44 +00:00
|
|
|
<version>2.3-SNAPSHOT</version>
|
2012-03-03 10:42:14 +00:00
|
|
|
<url>https://github.com/possi/LimitedCreative</url>
|
2012-11-15 21:00:57 +00:00
|
|
|
|
|
|
|
<properties>
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
2018-06-27 15:53:04 +00:00
|
|
|
<plib.version>1.4-SNAPSHOT</plib.version>
|
|
|
|
<bukkit.version>1.12.2-R0.1-SNAPSHOT</bukkit.version>
|
2012-11-15 21:00:57 +00:00
|
|
|
</properties>
|
|
|
|
|
2012-03-03 10:42:14 +00:00
|
|
|
<scm>
|
|
|
|
<connection>scm:git:git://github.com/possi/LimitedCreative.git</connection>
|
|
|
|
<developerConnection>scm:git:git@github.com:possi/LimitedCreative.git</developerConnection>
|
2013-02-10 09:15:40 +00:00
|
|
|
<url>https://github.com/possi/LimitedCreative/tree/plib</url>
|
2012-03-03 10:42:14 +00:00
|
|
|
</scm>
|
2013-02-09 22:03:31 +00:00
|
|
|
<distributionManagement>
|
|
|
|
<repository>
|
|
|
|
<id>de-jas-repo</id>
|
|
|
|
<url>scp://repo@ja-s.de/var/customers/webs/repo/mvn</url>
|
|
|
|
</repository>
|
|
|
|
</distributionManagement>
|
2013-02-10 09:15:40 +00:00
|
|
|
<ciManagement>
|
|
|
|
<system>jenkins</system>
|
|
|
|
<url>http://ci.ja-s.de:8080/</url>
|
|
|
|
</ciManagement>
|
|
|
|
<issueManagement>
|
|
|
|
<system>BukkitDev</system>
|
|
|
|
<url>http://dev.bukkit.org/server-mods/limited-creative/tickets/</url>
|
|
|
|
</issueManagement>
|
2012-11-15 21:00:57 +00:00
|
|
|
|
2012-03-03 14:35:33 +00:00
|
|
|
<repositories>
|
2013-01-18 21:51:08 +00:00
|
|
|
<!-- Possible public Maven Repository, containing LimitedCreative builds and other dependencies without own rep.
|
|
|
|
like AuthMe, etc.
|
2013-02-10 09:15:40 +00:00
|
|
|
Supports http only -->
|
2012-03-03 14:35:33 +00:00
|
|
|
<repository>
|
2013-02-09 20:17:53 +00:00
|
|
|
<id>de-jas-rep</id>
|
|
|
|
<url>http://repo.ja-s.de/mvn</url>
|
2012-03-03 14:35:33 +00:00
|
|
|
</repository>
|
2013-01-18 21:51:08 +00:00
|
|
|
|
2012-03-03 14:35:33 +00:00
|
|
|
<!-- Official (Craft-)Bukkit repository -->
|
|
|
|
<repository>
|
2018-06-26 19:28:36 +00:00
|
|
|
<id>spigot-repo</id>
|
|
|
|
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
|
2012-03-03 14:35:33 +00:00
|
|
|
</repository>
|
|
|
|
<!-- Official WorldGuard and WorldEdit repository -->
|
|
|
|
<repository>
|
|
|
|
<id>sk89q-mvn2</id>
|
2018-06-27 15:53:04 +00:00
|
|
|
<url>http://maven.sk89q.com/repo</url>
|
2012-03-03 14:35:33 +00:00
|
|
|
</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>
|
2013-01-18 21:51:08 +00:00
|
|
|
<!-- Official xAuth repository; it is no good! we keep our own dep-files of it - ->
|
|
|
|
<repository>
|
|
|
|
<id>luricos.de-repo</id>
|
|
|
|
<url>http://repo.luricos.de/bukkit-plugins/</url>
|
|
|
|
</repository><!- - -->
|
2013-10-17 21:00:42 +00:00
|
|
|
<!-- Official LogBlock repository -->
|
|
|
|
<repository>
|
|
|
|
<id>md5</id>
|
|
|
|
<url>http://repo.md-5.net/content/groups/public/</url>
|
|
|
|
</repository>
|
2012-03-03 14:35:33 +00:00
|
|
|
</repositories>
|
2018-06-26 19:28:36 +00:00
|
|
|
|
|
|
|
<pluginRepositories>
|
|
|
|
<pluginRepository>
|
|
|
|
<id>de-jas-rep</id>
|
|
|
|
<url>http://repo.ja-s.de/mvn</url>
|
|
|
|
</pluginRepository>
|
|
|
|
</pluginRepositories>
|
2018-06-27 11:42:29 +00:00
|
|
|
|
2012-11-15 21:00:57 +00:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
2013-02-10 09:15:40 +00:00
|
|
|
<groupId>de.jaschastarke</groupId>
|
|
|
|
<artifactId>plib</artifactId>
|
|
|
|
<version>${plib.version}</version>
|
2013-01-18 21:51:08 +00:00
|
|
|
</dependency>
|
2013-07-27 15:44:30 +00:00
|
|
|
<dependency>
|
|
|
|
<!-- http://dl.bukkit.org/ -->
|
|
|
|
<groupId>org.bukkit</groupId>
|
|
|
|
<artifactId>bukkit</artifactId>
|
2013-10-29 12:09:17 +00:00
|
|
|
<version>${bukkit.version}</version>
|
2013-07-27 15:44:30 +00:00
|
|
|
</dependency>
|
2012-11-15 21:00:57 +00:00
|
|
|
<dependency>
|
2013-02-10 09:15:40 +00:00
|
|
|
<!-- http://dev.bukkit.org/server-mods/worldguard/ -->
|
2012-11-15 21:00:57 +00:00
|
|
|
<groupId>com.sk89q</groupId>
|
|
|
|
<artifactId>worldguard</artifactId>
|
2018-06-26 19:28:36 +00:00
|
|
|
<version>6.1</version>
|
2012-11-15 21:00:57 +00:00
|
|
|
</dependency>
|
2018-06-27 15:53:04 +00:00
|
|
|
<dependency>
|
|
|
|
<!-- http://dev.bukkit.org/server-mods/worldguard/ -->
|
|
|
|
<groupId>com.sk89q</groupId>
|
|
|
|
<artifactId>worldedit</artifactId>
|
|
|
|
<version>6.0.0-SNAPSHOT</version>
|
|
|
|
</dependency>
|
2012-11-15 21:00:57 +00:00
|
|
|
<dependency>
|
2013-02-10 09:15:40 +00:00
|
|
|
<!-- http://dev.bukkit.org/server-mods/authme-reloaded/ -->
|
2012-11-15 21:00:57 +00:00
|
|
|
<groupId>uk.org.whoami</groupId>
|
|
|
|
<artifactId>authme</artifactId>
|
2013-09-21 21:26:33 +00:00
|
|
|
<version>2.9.5</version>
|
2012-11-15 21:00:57 +00:00
|
|
|
</dependency>
|
2013-10-17 18:29:21 +00:00
|
|
|
<dependency>
|
|
|
|
<!-- http://dev.bukkit.org/server-mods/authme-reloaded/ -->
|
|
|
|
<groupId>fr.xephi</groupId>
|
|
|
|
<artifactId>authme</artifactId>
|
|
|
|
<version>3.0</version>
|
|
|
|
</dependency>
|
2012-11-15 21:00:57 +00:00
|
|
|
<dependency>
|
2013-02-10 09:15:40 +00:00
|
|
|
<!-- http://dev.bukkit.org/server-mods/multiverse-core/ -->
|
2012-11-15 21:00:57 +00:00
|
|
|
<groupId>com.onarandombox.multiversecore</groupId>
|
|
|
|
<artifactId>Multiverse-Core</artifactId>
|
|
|
|
<version>2.4</version>
|
|
|
|
</dependency>
|
2013-09-14 11:53:15 +00:00
|
|
|
<dependency>
|
|
|
|
<!-- http://dev.bukkit.org/bukkit-plugins/multiworld-v-2-0/ -->
|
|
|
|
<groupId>multiworld</groupId>
|
|
|
|
<artifactId>multiworld</artifactId>
|
2013-10-17 18:29:21 +00:00
|
|
|
<version>4.7.2</version>
|
2013-09-14 11:53:15 +00:00
|
|
|
</dependency>
|
2012-11-15 21:00:57 +00:00
|
|
|
<dependency>
|
2013-02-10 09:15:40 +00:00
|
|
|
<!-- http://dev.bukkit.org/server-mods/xauth/ -->
|
2012-11-15 21:00:57 +00:00
|
|
|
<groupId>com.cypherx</groupId>
|
|
|
|
<artifactId>xauth</artifactId>
|
2013-01-18 21:51:08 +00:00
|
|
|
<version>2.0.26</version>
|
2012-11-15 21:00:57 +00:00
|
|
|
</dependency>
|
2013-10-29 12:09:17 +00:00
|
|
|
<dependency>
|
|
|
|
<!-- http://dev.bukkit.org/bukkit-plugins/coreprotect/ -->
|
|
|
|
<groupId>net.coreprotect</groupId>
|
|
|
|
<artifactId>coreprotect</artifactId>
|
|
|
|
<version>2.0.8</version>
|
|
|
|
</dependency>
|
2018-06-27 15:53:04 +00:00
|
|
|
<!-- https://mvnrepository.com/artifact/org.avaje/ebean -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.avaje</groupId>
|
|
|
|
<artifactId>ebean</artifactId>
|
|
|
|
<version>2.7.3</version>
|
|
|
|
</dependency>
|
2012-11-15 21:00:57 +00:00
|
|
|
</dependencies>
|
|
|
|
|
2012-03-03 11:53:20 +00:00
|
|
|
<build>
|
2013-01-23 15:31:33 +00:00
|
|
|
<sourceDirectory>${basedir}/src/main/java</sourceDirectory>
|
2012-03-16 16:41:27 +00:00
|
|
|
<finalName>${project.artifactId}</finalName>
|
2012-03-16 15:37:43 +00:00
|
|
|
|
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>
|
2012-11-20 07:41:41 +00:00
|
|
|
<version>2.3.2</version>
|
2012-03-23 15:20:42 +00:00
|
|
|
<configuration>
|
2012-07-14 19:18:30 +00:00
|
|
|
<source>1.6</source>
|
|
|
|
<target>1.6</target>
|
2012-11-20 07:41:41 +00:00
|
|
|
<annotationProcessors>
|
2013-01-13 13:40:32 +00:00
|
|
|
<!-- Needed to fetch DocComments from Source -->
|
|
|
|
<annotationProcessor>de.jaschastarke.maven.AnnotationProcessor</annotationProcessor>
|
2012-11-20 07:41:41 +00:00
|
|
|
</annotationProcessors>
|
2012-03-23 15:20:42 +00:00
|
|
|
</configuration>
|
2012-11-15 21:00:57 +00:00
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>de.jaschastarke</groupId>
|
|
|
|
<artifactId>plib</artifactId>
|
2013-02-10 09:15:40 +00:00
|
|
|
<version>${plib.version}</version>
|
2012-11-15 21:00:57 +00:00
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<phase>compile</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>pluginyaml</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<!-- plugin.yml -->
|
2013-01-16 11:33:14 +00:00
|
|
|
<mainClass>de.jaschastarke.minecraft.limitedcreative.LimitedCreative</mainClass>
|
2012-11-15 21:00:57 +00:00
|
|
|
<softdepend>
|
|
|
|
<param>WorldGuard</param>
|
|
|
|
<param>WorldEdit</param>
|
2013-09-14 13:13:53 +00:00
|
|
|
<param>Multiverse-Core</param>
|
|
|
|
<param>Multiworld</param>
|
2013-01-22 17:38:48 +00:00
|
|
|
<param>xAuth</param>
|
|
|
|
<param>AuthMe</param>
|
|
|
|
<param>MultiInv</param>
|
|
|
|
<param>Multiverse-Inventories</param>
|
2013-02-09 19:09:57 +00:00
|
|
|
<param>Vault</param>
|
2013-10-29 12:09:17 +00:00
|
|
|
<param>CoreProtect</param>
|
2012-11-15 21:00:57 +00:00
|
|
|
</softdepend>
|
|
|
|
<custom>
|
|
|
|
<dev-url>http://dev.bukkit.org/server-mods/limited-creative/</dev-url>
|
|
|
|
</custom>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-shade-plugin</artifactId>
|
|
|
|
<version>2.0</version>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<phase>package</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>shade</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
2013-01-16 11:33:14 +00:00
|
|
|
<createDependencyReducedPom>false</createDependencyReducedPom>
|
2012-11-15 21:00:57 +00:00
|
|
|
<artifactSet>
|
|
|
|
<includes>
|
|
|
|
<include>de.jaschastarke:plib</include>
|
|
|
|
</includes>
|
|
|
|
</artifactSet>
|
|
|
|
<filters>
|
|
|
|
<filter>
|
|
|
|
<artifact>de.jaschastarke:plib</artifact>
|
|
|
|
<excludes>
|
2013-01-13 13:40:32 +00:00
|
|
|
<exclude>de/jaschastarke/maven/**</exclude>
|
2012-11-20 07:41:41 +00:00
|
|
|
<exclude>de/jaschastarke/bukkit/maven/**</exclude>
|
2012-11-15 21:00:57 +00:00
|
|
|
</excludes>
|
|
|
|
</filter>
|
|
|
|
</filters>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
2012-03-23 15:20:42 +00:00
|
|
|
</plugin>
|
2012-03-03 11:53:20 +00:00
|
|
|
</plugins>
|
2012-11-15 21:00:57 +00:00
|
|
|
|
|
|
|
<pluginManagement>
|
|
|
|
<plugins>
|
|
|
|
<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.eclipse.m2e</groupId>
|
|
|
|
<artifactId>lifecycle-mapping</artifactId>
|
|
|
|
<version>1.0.0</version>
|
|
|
|
<configuration>
|
|
|
|
<lifecycleMappingMetadata>
|
|
|
|
<pluginExecutions>
|
|
|
|
<pluginExecution>
|
|
|
|
<pluginExecutionFilter>
|
|
|
|
<groupId>de.jaschastarke</groupId>
|
|
|
|
<artifactId>plib</artifactId>
|
|
|
|
<versionRange>
|
|
|
|
[0.1-SNAPSHOT,)
|
|
|
|
</versionRange>
|
|
|
|
<goals>
|
|
|
|
<goal>pluginyaml</goal>
|
|
|
|
</goals>
|
|
|
|
</pluginExecutionFilter>
|
|
|
|
<action>
|
|
|
|
<ignore></ignore>
|
|
|
|
</action>
|
|
|
|
</pluginExecution>
|
|
|
|
</pluginExecutions>
|
|
|
|
</lifecycleMappingMetadata>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</pluginManagement>
|
2013-02-09 22:03:31 +00:00
|
|
|
<extensions>
|
|
|
|
<!-- Enabling the use of SCP -->
|
|
|
|
<extension>
|
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
|
|
<artifactId>wagon-ssh</artifactId>
|
2016-03-02 21:47:46 +00:00
|
|
|
<version>2.1</version>
|
2013-02-09 22:03:31 +00:00
|
|
|
</extension>
|
|
|
|
</extensions>
|
2012-03-03 11:53:20 +00:00
|
|
|
</build>
|
2018-06-26 19:28:36 +00:00
|
|
|
</project>
|