Skip to content

Commit cbe98b0

Browse files
committed
WS-2609: Report aggregation does not appear necessary.
1 parent 2407148 commit cbe98b0

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

pom.xml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -216,26 +216,6 @@
216216
</execution>
217217
</executions>
218218
</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-
<execution>
231-
<id>prepare-report</id>
232-
<phase>post-integration-test</phase>
233-
<goals>
234-
<goal>report-aggregate</goal>
235-
</goals>
236-
</execution>
237-
</executions>
238-
</plugin>
239219
</plugins>
240220
</pluginManagement>
241221
</build>

0 commit comments

Comments
 (0)