Skip to content

Commit 688abad

Browse files
committed
Remove jacoco profile
It's not used and only generates churn in the repo to keep jacoco plugin uptodate (as in #2965 )
1 parent 03dbd5a commit 688abad

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

eclipse-platform-parent/pom.xml

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1019,37 +1019,6 @@
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>

0 commit comments

Comments
 (0)