We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efad8dc commit a8d7ad2Copy full SHA for a8d7ad2
1 file changed
maven-plugin/pom.xml
@@ -122,6 +122,27 @@
122
</execution>
123
</executions>
124
</plugin>
125
+
126
+ <plugin>
127
+ <groupId>org.jacoco</groupId>
128
+ <artifactId>jacoco-maven-plugin</artifactId>
129
+ <executions>
130
+ <execution>
131
+ <goals>
132
+ <goal>prepare-agent</goal>
133
+ </goals>
134
+ </execution>
135
+ <!-- attached to Maven test phase -->
136
137
+ <id>report</id>
138
+ <phase>test</phase>
139
140
+ <goal>report</goal>
141
142
143
+ </executions>
144
+ </plugin>
145
146
</plugins>
147
148
<pluginManagement><!-- lock down plugins versions to avoid using Maven defaults (may be moved to parent pom) -->
0 commit comments