From 2d49359ca716f9a43749e04162643daa40274190 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Hallvard=20Tr=C3=A6tteberg?= <hal@ntnu.no>
Date: Mon, 27 Sep 2021 15:19:15 +0000
Subject: [PATCH] Byttet til bare report for jacoco

---
 todolist/pom.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/todolist/pom.xml b/todolist/pom.xml
index 6cd4bbd..f5d53ff 100644
--- a/todolist/pom.xml
+++ b/todolist/pom.xml
@@ -147,7 +147,7 @@
                             <id>jacoco-report</id>
                             <phase>verify</phase>
                             <goals>
-                                <goal>report-aggregate</goal>
+                                <goal>report</goal>
                             </goals>
                         </execution>
                     </executions>
@@ -162,8 +162,6 @@
         <module>fxui</module>
         <module>rest</module>
         <module>integrationtests</module>
-        <!--
         <module>springboot/restserver</module>
-        -->
     </modules>
 </project>
-- 
GitLab