From dd4a7bd04ec4d052f0ac7fb536245c4d2e25ce4e Mon Sep 17 00:00:00 2001 From: Christian Koop Date: Sat, 10 Jun 2023 23:37:00 +0200 Subject: [PATCH] Removes pitest as a maven plugin It is used for mutation testing but realistically we don't even write that many tests. Just adds complexity and because it is not often used, causes trouble when it hasn't been touched for months/years --- Core/pom.xml | 1 + NMS/NMS-v1_20_R1/pom.xml | 1 + pom.xml | 24 ------------------------ 3 files changed, 2 insertions(+), 24 deletions(-) diff --git a/Core/pom.xml b/Core/pom.xml index 5d79a57a..37523cb2 100644 --- a/Core/pom.xml +++ b/Core/pom.xml @@ -134,6 +134,7 @@ provided + ${project.groupId} SongodaCore-Compatibility diff --git a/NMS/NMS-v1_20_R1/pom.xml b/NMS/NMS-v1_20_R1/pom.xml index 5e35d90f..8f339be6 100644 --- a/NMS/NMS-v1_20_R1/pom.xml +++ b/NMS/NMS-v1_20_R1/pom.xml @@ -71,6 +71,7 @@ provided + ${project.groupId} SongodaCore-NMS-API diff --git a/pom.xml b/pom.xml index 84bccd59..ee3d5dd7 100644 --- a/pom.xml +++ b/pom.xml @@ -118,30 +118,6 @@ - - - org.pitest - pitest-maven - 1.10.3 - - - - com.songoda.core.* - - - - com.craftaro.core.SongodaCoreConstantsTest - - - - - - org.pitest - pitest-junit5-plugin - 1.1.0 - - -