SongodaCore/pom.xml

229 lines
7.4 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<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>
2019-09-12 20:41:26 +02:00
2019-04-26 00:11:44 +02:00
<groupId>com.songoda</groupId>
2019-09-12 20:41:26 +02:00
<artifactId>SongodaCore-Modules</artifactId>
<version>2.6.22</version>
2019-09-12 20:41:26 +02:00
<packaging>pom</packaging>
2021-07-08 16:02:08 +02:00
<!-- Run 'mvn versions:set -DgenerateBackupPoms=false -DnewVersion=X.Y.Z' to update version recursively -->
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<java.release>8</java.release>
<sonar.junit.reportPaths>target/surefire-reports/*.xml</sonar.junit.reportPaths>
<sonar.coverage.jacoco.xmlReportPaths>target/site/jacoco/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
</properties>
2019-09-12 20:41:26 +02:00
<modules>
<module>Core</module>
<module>Compatibility</module>
<module>NMS/NMS</module>
2019-09-12 20:41:26 +02:00
<module>NMS/NMS-API</module>
<module>NMS/NMS-v1_8_R1</module>
2019-09-12 21:40:24 +02:00
<module>NMS/NMS-v1_8_R2</module>
2019-09-12 20:41:26 +02:00
<module>NMS/NMS-v1_8_R3</module>
<module>NMS/NMS-v1_9_R1</module>
<module>NMS/NMS-v1_9_R2</module>
<module>NMS/NMS-v1_10_R1</module>
<module>NMS/NMS-v1_11_R1</module>
<module>NMS/NMS-v1_12_R1</module>
<module>NMS/NMS-v1_13_R1</module>
<module>NMS/NMS-v1_13_R2</module>
2019-09-12 21:40:24 +02:00
<module>NMS/NMS-v1_14_R1</module>
2019-12-11 20:22:01 +01:00
<module>NMS/NMS-v1_15_R1</module>
2020-06-25 07:10:11 +02:00
<module>NMS/NMS-v1_16_R1</module>
2020-08-14 00:17:58 +02:00
<module>NMS/NMS-v1_16_R2</module>
2020-11-03 15:42:33 +01:00
<module>NMS/NMS-v1_16_R3</module>
2021-06-13 03:15:44 +02:00
<module>NMS/NMS-v1_17_R1</module>
2021-12-01 20:03:50 +01:00
<module>NMS/NMS-v1_18_R1</module>
2022-03-18 14:32:20 +01:00
<module>NMS/NMS-v1_18_R2</module>
<module>NMS/NMS-v1_19_0</module>
2022-06-07 19:27:35 +02:00
<module>NMS/NMS-v1_19_R1</module>
<module>NMS/NMS-v1_19_R2</module>
<module>NMS/NMS-v1_19_R3</module>
2019-09-12 20:41:26 +02:00
</modules>
<issueManagement>
<url>https://support.songoda.com/servicedesk/customer/portal/3</url>
<system>Jira Service Desk</system>
</issueManagement>
<scm>
<url>https://github.com/songoda/SongodaCore</url>
<connection>scm:git:git:github.com/songoda/SongodaCore.git</connection>
</scm>
2019-04-26 00:11:44 +02:00
<build>
2019-09-12 20:41:26 +02:00
<finalName>${project.artifactId}-${project.version}</finalName>
2019-04-26 00:11:44 +02:00
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
2019-04-26 00:11:44 +02:00
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
<release>${java.release}</release>
2019-04-26 00:11:44 +02:00
</configuration>
</plugin>
2021-10-30 14:53:09 +02:00
<!-- Plugins required for tests or coverage reports -->
2021-10-30 14:53:09 +02:00
<plugin>
<groupId>org.apache.maven.plugins</groupId>
2021-10-30 14:53:09 +02:00
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M6</version>
<configuration>
<environmentVariables>
<TESTS_RUN_WITH_MAVEN>true</TESTS_RUN_WITH_MAVEN>
</environmentVariables>
</configuration>
2021-10-30 14:53:09 +02:00
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
2021-10-30 14:53:09 +02:00
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.0.0-M6</version>
2021-10-30 14:53:09 +02:00
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.8</version>
<executions>
<execution>
<id>default-prepare-agent</id>
<goals>
<goal>prepare-agent</goal>
</goals>
</execution>
<execution>
<id>default-report</id>
<goals>
<goal>report</goal>
</goals>
</execution>
</executions>
</plugin>
2022-04-15 18:34:29 +02:00
<plugin>
<groupId>org.pitest</groupId>
<artifactId>pitest-maven</artifactId>
<version>1.10.3</version>
<configuration>
<targetClasses>
<param>com.songoda.core.*</param>
</targetClasses>
<excludedTestClasses>
<excludedTestClass>com.songoda.core.SongodaCoreConstantsTest</excludedTestClass>
</excludedTestClasses>
</configuration>
2022-04-15 18:34:29 +02:00
<dependencies>
<dependency>
<groupId>org.pitest</groupId>
<artifactId>pitest-junit5-plugin</artifactId>
<version>1.1.0</version>
2022-04-15 18:34:29 +02:00
</dependency>
</dependencies>
</plugin>
2019-04-26 00:11:44 +02:00
</plugins>
</build>
2019-04-26 00:11:44 +02:00
<repositories>
2020-03-16 01:30:04 +01:00
<repository>
<id>songoda</id>
<url>https://repo.songoda.com/repository/minecraft-plugins/</url>
2020-03-16 01:30:04 +01:00
</repository>
2019-09-12 20:41:26 +02:00
<repository>
<id>SpigotMC</id>
2019-09-12 20:41:26 +02:00
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
</repository>
2019-11-13 02:57:35 +01:00
<repository>
<id>CodeMC</id>
<url>https://repo.codemc.org/repository/maven-public/</url>
2019-11-13 02:57:35 +01:00
</repository>
<repository>
<id>bg-software</id>
<url>https://repo.bg-software.com/repository/api/</url>
</repository>
<repository>
<id>ViaVersion</id>
<url>https://repo.viaversion.com/</url>
</repository>
<repository>
<id>PaperMC</id>
<url>https://papermc.io/repo/repository/maven-public/</url>
</repository>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io/</url>
</repository>
<repository>
<id>enginehub-repo</id>
<url>https://maven.enginehub.org/repo/</url>
</repository>
<repository>
<id>papermc</id>
<url>https://repo.papermc.io/repository/maven-public/</url>
</repository>
2019-04-26 00:11:44 +02:00
</repositories>
2019-04-26 00:11:44 +02:00
<dependencies>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>23.1.0</version>
<scope>provided</scope>
</dependency>
2021-10-30 14:53:09 +02:00
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>1.9</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.12.0</version>
</dependency>
2021-10-30 14:53:09 +02:00
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.9.1</version>
2021-10-30 14:53:09 +02:00
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-inline</artifactId>
<version>4.11.0</version>
2021-10-30 14:53:09 +02:00
<scope>test</scope>
</dependency>
2019-04-26 00:11:44 +02:00
</dependencies>
</project>