diff --git a/todolist/pom.xml b/todolist/pom.xml index 6cd4bbd809066baf10407e024cda8748c4e8bc13..f5d53ffc35f41e18e1c531a8c30dafda65d41d43 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>