From 0d849ec3d3aed010235ee9a7b767f2ea9d236cd2 Mon Sep 17 00:00:00 2001 From: Thomas Smits Date: Tue, 7 Oct 2025 09:34:31 +0200 Subject: [PATCH] Update of exercises --- sources/bin/checkstyle.xml | 204 ------------------------------------- sources/bin/pmd.xml | 60 ----------- sources/bin/pom.xml | 159 ----------------------------- 3 files changed, 423 deletions(-) delete mode 100644 sources/bin/checkstyle.xml delete mode 100644 sources/bin/pmd.xml delete mode 100644 sources/bin/pom.xml diff --git a/sources/bin/checkstyle.xml b/sources/bin/checkstyle.xml deleted file mode 100644 index 546266a..0000000 --- a/sources/bin/checkstyle.xml +++ /dev/null @@ -1,204 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sources/bin/pmd.xml b/sources/bin/pmd.xml deleted file mode 100644 index f004da7..0000000 --- a/sources/bin/pmd.xml +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - My custom rules - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sources/bin/pom.xml b/sources/bin/pom.xml deleted file mode 100644 index 947ce09..0000000 --- a/sources/bin/pom.xml +++ /dev/null @@ -1,159 +0,0 @@ - - 4.0.0 - de.hs_mannheim.pr2 - solutions - 1.0-SNAPSHOT - jar - - PR2 Excercises - - - UTF-8 - 21 - 21 - 5.12.2 - 1.12.2 - 7.13.0 - - - - jitpack.io - https://jitpack.io - - - - install - ${basedir}/target - ${project.artifactId}-${project.version} - - - maven-compiler-plugin - 3.10.1 - - - maven-surefire-plugin - 3.5.2 - - - maven-failsafe-plugin - 3.5.2 - - - org.apache.maven.plugins - maven-checkstyle-plugin - 3.6.0 - - - com.puppycrawl.tools - checkstyle - 10.4 - - - - checkstyle.xml - true - true - false - - - - validate - validate - - check - - - - - - org.apache.maven.plugins - maven-pmd-plugin - 3.26.0 - - - net.sourceforge.pmd - pmd-core - ${pmdVersion} - - - net.sourceforge.pmd - pmd-java - ${pmdVersion} - - - net.sourceforge.pmd - pmd-javascript - ${pmdVersion} - - - net.sourceforge.pmd - pmd-jsp - ${pmdVersion} - - - - - ./pmd.xml - - true - true - - - - - check - - - - - - - - - - com.github.thomsmits - game-framework - v1.0 - - - org.junit.jupiter - junit-jupiter-engine - ${junit.jupiter.version} - - - org.junit.jupiter - junit-jupiter-api - ${junit.jupiter.version} - - - org.junit.jupiter - junit-jupiter-params - ${junit.jupiter.version} - - - org.junit.platform - junit-platform-suite - ${junit.platform.version} - - - org.junit.vintage - junit-vintage-engine - ${junit.jupiter.version} - - - org.jfree - jfreechart - 1.5.3 - - - -