File tree Expand file tree Collapse file tree 1 file changed +0
-31
lines changed Expand file tree Collapse file tree 1 file changed +0
-31
lines changed Original file line number Diff line number Diff line change 10191019 </build >
10201020 </profile >
10211021
1022- <profile >
1023- <id >coverage</id >
1024- <properties >
1025- <!-- Since we append output of various tests, write to a common folder besides tests -->
1026- <!-- it's recommended to override that to an absolute value in specific Hudson configurations
1027- and Sonar integration -->
1028- <jacoco .destFile>${project.basedir} /../target/jacoco.exec</jacoco .destFile>
1029- <sonar .jacoco.reportPath>${jacoco.destFile} </sonar .jacoco.reportPath>
1030- </properties >
1031- <build >
1032- <plugins >
1033- <plugin >
1034- <groupId >org.jacoco</groupId >
1035- <artifactId >jacoco-maven-plugin</artifactId >
1036- <version >0.8.12</version >
1037- <executions >
1038- <execution >
1039- <id >jacoco-agent</id >
1040- <goals >
1041- <goal >prepare-agent</goal >
1042- </goals >
1043- </execution >
1044- </executions >
1045- <configuration >
1046- <append >true</append >
1047- </configuration >
1048- </plugin >
1049- </plugins >
1050- </build >
1051- </profile >
1052-
10531022 <profile >
10541023 <id >checkstyle</id >
10551024 <build >
You can’t perform that action at this time.
0 commit comments