Skip to content

Commit 9adb341

Browse files
committed
Minor update
1 parent 00a3e3d commit 9adb341

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

pom.xml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -264,38 +264,19 @@
264264
<version>0.8.3</version>
265265
<executions>
266266
<execution>
267-
<id>prepare-agent</id>
267+
<id>pre-unit-test</id>
268268
<goals>
269269
<goal>prepare-agent</goal>
270270
</goals>
271271
</execution>
272-
<execution>
273-
<id>report</id>
274-
<phase>prepare-package</phase>
275-
<goals>
276-
<goal>report</goal>
277-
</goals>
278-
</execution>
279272
<execution>
280273
<id>post-unit-test</id>
281274
<phase>test</phase>
282275
<goals>
283276
<goal>report</goal>
284277
</goals>
285-
<configuration>
286-
<!-- Sets the path to the file which contains the execution data. -->
287-
288-
<dataFile>target/jacoco.exec</dataFile>
289-
<!-- Sets the output directory for the code coverage report. -->
290-
<outputDirectory>target/jacoco-ut</outputDirectory>
291-
</configuration>
292278
</execution>
293279
</executions>
294-
<configuration>
295-
<systemPropertyVariables>
296-
<jacoco-agent.destfile>target/jacoco.exec</jacoco-agent.destfile>
297-
</systemPropertyVariables>
298-
</configuration>
299280
</plugin>
300281
</plugins>
301282
</build>

0 commit comments

Comments
 (0)