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