1 parent 6b11ed6 commit 9b038fcCopy full SHA for 9b038fc
1 file changed
compiler/pom.xml
@@ -58,6 +58,25 @@
58
59
<build>
60
<plugins>
61
+ <plugin>
62
+ <groupId>org.jacoco</groupId>
63
+ <artifactId>jacoco-maven-plugin</artifactId>
64
+ <version>0.8.7</version>
65
+ <executions>
66
+ <execution>
67
+ <goals>
68
+ <goal>prepare-agent</goal>
69
+ </goals>
70
+ </execution>
71
72
+ <id>report</id>
73
+ <phase>test</phase>
74
75
+ <goal>report</goal>
76
77
78
+ </executions>
79
+ </plugin>
80
<plugin>
81
<artifactId>maven-jar-plugin</artifactId>
82
<executions>
0 commit comments