We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 371439a commit 7aa2db0Copy full SHA for 7aa2db0
pom.xml
@@ -1,4 +1,4 @@
1
-<?xml version="1.0" encoding="UTF-8"?>
+f<?xml version="1.0" encoding="UTF-8"?>
2
<!--
3
4
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 @@
424
</executions>
425
</plugin>
426
</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>
443
</build>
444
</project>
0 commit comments