File tree Expand file tree Collapse file tree 2 files changed +16
-34
lines changed Expand file tree Collapse file tree 2 files changed +16
-34
lines changed Original file line number Diff line number Diff line change 266
266
<goals >
267
267
<goal >prepare-agent</goal >
268
268
</goals >
269
+ <configuration >
270
+ <destFile >${project.build.directory} /jacoco.exec</destFile >
271
+ <propertyName >argLine</propertyName >
272
+ </configuration >
273
+ </execution >
274
+ <execution >
275
+ <id >report</id >
276
+ <phase >verify</phase >
277
+ <goals >
278
+ <goal >report</goal >
279
+ </goals >
280
+ <configuration >
281
+ <dataFile >${project.build.directory} /jacoco.exec</dataFile >
282
+ <outputDirectory >${project.reporting.outputDirectory} /jacoco</outputDirectory >
283
+ </configuration >
269
284
</execution >
270
285
</executions >
271
286
</plugin >
272
-
287
+
273
288
</plugins >
274
289
</build >
275
290
</project >
Original file line number Diff line number Diff line change 811
811
</dependencies >
812
812
813
813
<build >
814
- <!--
815
- <pluginManagement>
816
- <plugins>
817
- <plugin>
818
- <groupId>org.jacoco</groupId>
819
- <artifactId>jacoco-maven-plugin</artifactId>
820
- <version>${jacoco-maven-plugin.version}</version>
821
- <executions>
822
- <execution>
823
- <goals>
824
- <goal>prepare-agent</goal>
825
- </goals>
826
- <configuration>
827
- <destFile>${project.build.directory}/jacoco.exec</destFile>
828
- <propertyName>argLine</propertyName>
829
- </configuration>
830
- </execution>
831
- <execution>
832
- <id>report</id>
833
- <phase>verify</phase>
834
- <goals>
835
- <goal>report</goal>
836
- </goals>
837
- <configuration>
838
- <dataFile>${project.build.directory}/jacoco.exec</dataFile>
839
- <outputDirectory>${project.reporting.outputDirectory}/jacoco</outputDirectory>
840
- </configuration>
841
- </execution>
842
- </executions>
843
- </plugin>
844
- </plugins>
845
- </pluginManagement>
846
- -->
847
814
<extensions >
848
815
<extension >
849
816
<groupId >kr.motd.maven</groupId >
You can’t perform that action at this time.
0 commit comments