From a760fcc3426b032dcada27f96e8b399e11dcb72e Mon Sep 17 00:00:00 2001 From: Caro Date: Tue, 4 Jun 2024 13:38:58 +0200 Subject: [PATCH] neue pom --- MvnDemoHelloWorld/pom.xml | 101 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 101 insertions(+) diff --git a/MvnDemoHelloWorld/pom.xml b/MvnDemoHelloWorld/pom.xml index 4facaa3..531c294 100644 --- a/MvnDemoHelloWorld/pom.xml +++ b/MvnDemoHelloWorld/pom.xml @@ -3,4 +3,105 @@ hs-mannheim.de MvnDemoHelloWorld 0.0.1-SNAPSHOT + + +UTF-8 +21 +21 + + + +org.junit.jupiter +junit-jupiter-api +5.8.1 +test + + +org.junit.jupiter +junit-jupiter-engine +5.8.1 +test + + + + + +org.apache.maven.plugins +maven-compiler-plugin +3.8.1 + +${maven.compiler.source} +${maven.compiler.target} + + + + +org.apache.maven.plugins +maven-shade-plugin +3.2.4 + + +package + +shade + + + + + de.hs_mannheim.informatik.mvn.Main + + + + + + + + +org.jacoco +jacoco-maven-plugin +0.8.12 + + + +prepare-agent + + + +report +test + +report + + + + + + +org.apache.maven.plugins +maven-pmd-plugin +3.22.0 + + +verify + +check + + + + + + +org.owasp +dependency-check-maven +9.2.0 + + + +check + + + + + + \ No newline at end of file