From da9722cb205172a84c42736c2d2dcfa368d6a932 Mon Sep 17 00:00:00 2001 From: Pierre-Alexandre Date: Sun, 31 Dec 2023 16:26:42 +0100 Subject: [PATCH] Coverage removed. --- tyrian-parent/.gitignore | 1 + tyrian-parent/pom.xml | 3 +-- tyrian-pc/pom.xml | 18 ------------------ 3 files changed, 2 insertions(+), 20 deletions(-) diff --git a/tyrian-parent/.gitignore b/tyrian-parent/.gitignore index c58adb8..ac153d5 100644 --- a/tyrian-parent/.gitignore +++ b/tyrian-parent/.gitignore @@ -1,6 +1,7 @@ /bin /target /META-INF/ +/.settings org.eclipse.core.resources.prefs org.eclipse.m2e.core.prefs org.sonar.ide.eclipse.core.prefs \ No newline at end of file diff --git a/tyrian-parent/pom.xml b/tyrian-parent/pom.xml index 69fbd31..e21dd07 100644 --- a/tyrian-parent/pom.xml +++ b/tyrian-parent/pom.xml @@ -15,7 +15,7 @@ pom Remake of the original Tyrian on the DOS by Epic Games https://github.com/b3dgs/tyrian-remake - + ../tyrian-assets ../tyrian-game @@ -33,7 +33,6 @@ 10.0.0-SNAPSHOT com.b3dgs.tyrian true - ${project.basedir}/../tyrian-pc/target/site/jacoco-aggregate/jacoco.xml diff --git a/tyrian-pc/pom.xml b/tyrian-pc/pom.xml index 1c7e2b3..87d84dd 100644 --- a/tyrian-pc/pom.xml +++ b/tyrian-pc/pom.xml @@ -119,24 +119,6 @@ - - org.jacoco - jacoco-maven-plugin - - - org/apache/logging/log4j/**/*.class - - - - - report-aggregate - verify - - report-aggregate - - - - \ No newline at end of file