Skip to content

Commit 7aa2db0

Browse files
authored
Update pom.xml
1 parent 371439a commit 7aa2db0

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

pom.xml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
1+
f<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
44
This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt).
@@ -424,5 +424,21 @@
424424
</executions>
425425
</plugin>
426426
</plugins>
427+
<build>
428+
<plugins>
429+
<plugin>
430+
<groupId>org.jacoco</groupId>
431+
<artifactId>jacoco-maven-plugin</artifactId>
432+
<version>0.8.10</version>
433+
<executions>
434+
<execution>
435+
<goals>
436+
<goal>prepare-agent</goal>
437+
</goals>
438+
</execution>
439+
</executions>
440+
</plugin>
441+
</plugins>
442+
</build>
427443
</build>
428444
</project>

0 commit comments

Comments
 (0)