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 2407148 commit cbe98b0Copy full SHA for cbe98b0
pom.xml
@@ -216,26 +216,6 @@
216
</execution>
217
</executions>
218
</plugin>
219
- <plugin>
220
- <groupId>org.jacoco</groupId>
221
- <artifactId>jacoco-maven-plugin</artifactId>
222
- <version>${jacoco-maven-plugin.version}</version>
223
- <executions>
224
- <execution>
225
- <id>prepare-agent</id>
226
- <goals>
227
- <goal>prepare-agent</goal>
228
- </goals>
229
- </execution>
230
231
- <id>prepare-report</id>
232
- <phase>post-integration-test</phase>
233
234
- <goal>report-aggregate</goal>
235
236
237
- </executions>
238
- </plugin>
239
</plugins>
240
</pluginManagement>
241
</build>
0 commit comments