From 4187e222953e98e19340e034a1280486a5d2c3f5 Mon Sep 17 00:00:00 2001 From: EspenTinius Date: Wed, 4 Feb 2026 16:40:07 +0100 Subject: [PATCH] Plugins to pom.xml file added all the plugins from (Krav til prosjektkonfigurasjon i Maven), to the pom.xml file --- pom.xml | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0c6225d..aae5c84 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ edu.ntnu.idi.idatt2003.g40.mappe mappe - 1.0-SNAPSHOT + 1.1-SNAPSHOT 25 @@ -14,4 +14,33 @@ UTF-8 + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.14.1 + + + + org.apache.maven.plugins + maven-surefire-plugin + 3.5.4 + + + + org.openjfx + javafx-maven-plugin + 0.0.8 + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.12.0 + + + + + \ No newline at end of file