TF-Marriage/pom.xml

214 lines
7.8 KiB
XML
Raw Normal View History

2013-04-13 06:15:53 +00:00
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2015-02-03 21:59:57 +00:00
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>
2013-04-13 06:15:53 +00:00
2015-05-26 21:58:01 +00:00
<groupId>com.lenis0012.bukkit</groupId>
<artifactId>marriage2</artifactId>
2020-08-14 19:34:37 +00:00
<version>2.0.20-TF</version>
2015-02-03 21:59:57 +00:00
<packaging>jar</packaging>
<name>Marriage</name>
2013-04-13 06:15:53 +00:00
2015-02-03 21:59:57 +00:00
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2020-05-20 16:31:09 +00:00
<updater.version>1.1</updater.version>
2015-02-03 21:59:57 +00:00
</properties>
2013-04-13 06:15:53 +00:00
2015-02-03 21:59:57 +00:00
<repositories>
<!-- Repo for access to CraftBukkit -->
<repository>
2015-05-26 21:58:01 +00:00
<id>md5-repo</id>
2016-02-23 12:10:43 +00:00
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
2015-02-03 21:59:57 +00:00
</repository>
<!-- Vault -->
2016-02-26 14:58:05 +00:00
<repository>
<id>vault-repo</id>
2022-03-31 05:29:21 +00:00
<url>https://nexus.hc.to/content/repositories/pub_releases</url>
2016-02-26 14:58:05 +00:00
</repository>
<!-- CodeMC -->
2016-02-26 14:58:05 +00:00
<repository>
<id>codemc-repo</id>
<url>https://repo.codemc.io/repository/maven-public/</url>
</repository>
<!-- WorldEdit -->
<repository>
<id>enginehub</id>
<url>https://maven.enginehub.org/repo/</url>
</repository>
<!-- PlotSquared -->
<repository>
<id>IntellectualSites</id>
<url>https://mvn.intellectualsites.com/content/groups/public/</url>
2016-02-26 14:58:05 +00:00
</repository>
<repository>
2021-10-01 06:51:16 +00:00
<id>telesphoreo-repo</id>
<url>https://nexus.telesphoreo.me/repository/totalfreedom/</url>
</repository>
2015-02-03 21:59:57 +00:00
</repositories>
2013-04-13 06:15:53 +00:00
2015-02-03 21:59:57 +00:00
<dependencies>
2016-02-23 12:10:43 +00:00
<dependency>
<groupId>org.spigotmc</groupId>
2018-12-31 16:44:48 +00:00
<artifactId>spigot-api</artifactId>
<version>1.16.1-R0.1-SNAPSHOT</version>
2015-02-03 21:59:57 +00:00
<scope>provided</scope>
</dependency>
2016-03-01 22:34:23 +00:00
<dependency>
<groupId>com.lenis0012.bukkit</groupId>
<artifactId>lenisutils</artifactId>
<version>1.0.1</version>
2016-03-01 22:34:23 +00:00
<scope>compile</scope>
</dependency>
2016-02-24 15:50:05 +00:00
<dependency>
<groupId>com.lenis0012.updater</groupId>
<artifactId>updater-api</artifactId>
2020-05-20 16:31:09 +00:00
<version>${updater.version}</version>
2016-02-24 15:50:05 +00:00
<scope>compile</scope>
</dependency>
2016-02-26 14:58:05 +00:00
<dependency>
<groupId>net.milkbowl.vault</groupId>
<artifactId>VaultAPI</artifactId>
<version>1.7</version>
<scope>provided</scope>
</dependency>
<!-- PlotSquared Legacy (before v4)-->
<dependency>
<groupId>com.plotsquared.bukkit</groupId>
<artifactId>PlotSquared</artifactId>
<version>3.3.3</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/PlotSquared.jar</systemPath>
</dependency>
<!-- PlotSquared v5 -->
<dependency>
<groupId>com.plotsquared</groupId>
2020-08-16 01:06:27 +00:00
<artifactId>PlotSquared-Core</artifactId>
2022-03-31 05:29:21 +00:00
<version>6.6.1</version>
2016-02-26 14:58:05 +00:00
<scope>provided</scope>
</dependency>
<dependency>
2022-03-31 05:29:21 +00:00
<groupId>me.telesphoreo</groupId>
<artifactId>DummyTFM</artifactId>
<version>1.1c</version>
<scope>provided</scope>
</dependency>
2020-12-04 02:54:18 +00:00
<dependency>
<groupId>com.googlecode.json-simple</groupId>
<artifactId>json-simple</artifactId>
<version>1.1.1</version>
</dependency>
2015-02-03 21:59:57 +00:00
</dependencies>
2013-04-13 06:15:53 +00:00
2016-02-24 15:50:05 +00:00
<profiles>
<profile>
<id>bukkit</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
2016-02-24 17:32:24 +00:00
<properties>
<project.updaterInfo>44364</project.updaterInfo>
</properties>
2016-02-24 15:50:05 +00:00
<dependencies>
<dependency>
<groupId>com.lenis0012.updater</groupId>
<artifactId>updater-bukkit</artifactId>
2020-05-20 16:31:09 +00:00
<version>${updater.version}</version>
2016-02-24 15:50:05 +00:00
<scope>compile</scope>
</dependency>
</dependencies>
<build>
<finalName>${project.name}-Bukkit-${project.version}</finalName>
2016-02-24 15:50:05 +00:00
</build>
</profile>
<profile>
<id>spigot</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
2016-02-24 17:32:24 +00:00
<properties>
<project.updaterInfo>https://raw.githubusercontent.com/lenis0012/Marriage/master/latest_version.json</project.updaterInfo>
</properties>
2016-02-24 15:50:05 +00:00
<dependencies>
<dependency>
<groupId>com.lenis0012.updater</groupId>
<artifactId>updater-spigot</artifactId>
2020-05-20 16:31:09 +00:00
<version>${updater.version}</version>
2016-02-24 15:50:05 +00:00
<scope>compile</scope>
</dependency>
</dependencies>
<build>
<finalName>${project.name}-Spigot-${project.version}</finalName>
2016-02-24 15:50:05 +00:00
</build>
</profile>
</profiles>
2015-02-03 21:59:57 +00:00
<!-- Build -->
<build>
<!-- Resources -->
<resources>
<resource>
<directory>src/main/resources/</directory>
<filtering>true</filtering>
<includes>
<include>*</include>
</includes>
</resource>
</resources>
2016-02-24 15:50:05 +00:00
<!--<defaultGoal>install</defaultGoal>-->
2016-02-25 09:53:07 +00:00
<finalName>${project.name}</finalName>
2016-03-23 03:14:31 +00:00
<sourceDirectory>src/main/java</sourceDirectory>
2015-02-03 21:59:57 +00:00
<!-- Plugins -->
<plugins>
<!-- Compiler plugin -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
2015-02-03 21:59:57 +00:00
<configuration>
2020-08-16 01:06:27 +00:00
<source>1.8</source>
<target>1.8</target>
2015-02-03 21:59:57 +00:00
<showWarnings>true</showWarnings>
2016-03-01 01:23:53 +00:00
<showDeprecation>false</showDeprecation> <!-- TODO: Change back to true when setItemInHand fixed -->
2015-02-03 21:59:57 +00:00
</configuration>
</plugin>
2016-02-26 14:58:05 +00:00
<plugin>
<artifactId>maven-shade-plugin</artifactId>
<version>3.2.3</version>
2016-02-26 14:58:05 +00:00
<executions>
<execution>
<id>general</id>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
2016-03-06 15:44:01 +00:00
<createDependencyReducedPom>false</createDependencyReducedPom>
<relocations>
<relocation>
2016-03-06 15:45:57 +00:00
<pattern>com.lenis0012.pluginutils</pattern>
2016-03-06 23:09:03 +00:00
<shadedPattern>com.lenis0012.bukkit.marriage2.libs.pluginutils</shadedPattern>
2016-03-06 15:44:01 +00:00
</relocation>
<relocation>
<pattern>com.lenis0012.updater</pattern>
<shadedPattern>com.lenis0012.bukkit.marriage2.libs.updater</shadedPattern>
</relocation>
2016-03-06 15:44:01 +00:00
</relocations>
2016-02-26 14:58:05 +00:00
</configuration>
</execution>
</executions>
</plugin>
2015-07-07 23:51:50 +00:00
<!-- Generate javadoc -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
2017-02-07 21:42:41 +00:00
<version>2.10.4</version>
2015-07-07 23:51:50 +00:00
<configuration>
<show>public</show>
</configuration>
</plugin>
2015-02-03 21:59:57 +00:00
</plugins>
</build>
</project>