Skip to content

Commit 0c06e69

Browse files
committed
Remove Jacoco
1 parent 73039e9 commit 0c06e69

File tree

8 files changed

+0
-59
lines changed

8 files changed

+0
-59
lines changed

common/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@
2626
</execution>
2727
</executions>
2828
</plugin>
29-
<plugin>
30-
<groupId>org.jacoco</groupId>
31-
<artifactId>jacoco-maven-plugin</artifactId>
32-
</plugin>
3329
</plugins>
3430
</build>
3531

domain-upgrader/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@
5252
</execution>
5353
</executions>
5454
</plugin>
55-
<plugin>
56-
<groupId>org.jacoco</groupId>
57-
<artifactId>jacoco-maven-plugin</artifactId>
58-
</plugin>
5955
</plugins>
6056
</build>
6157

integration-tests/pom.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -393,15 +393,6 @@
393393
<groupId>org.apache.maven.plugins</groupId>
394394
<artifactId>maven-checkstyle-plugin</artifactId>
395395
</plugin>
396-
<plugin>
397-
<groupId>org.jacoco</groupId>
398-
<artifactId>jacoco-maven-plugin</artifactId>
399-
<configuration>
400-
<excludes>
401-
<exclude>com/gargoylesoftware/**</exclude>
402-
</excludes>
403-
</configuration>
404-
</plugin>
405396
</plugins>
406397
</build>
407398

json-schema-generator/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@
2222
<groupId>org.apache.maven.plugins</groupId>
2323
<artifactId>maven-checkstyle-plugin</artifactId>
2424
</plugin>
25-
<plugin>
26-
<groupId>org.jacoco</groupId>
27-
<artifactId>jacoco-maven-plugin</artifactId>
28-
</plugin>
2925
</plugins>
3026
</build>
3127

operator-build-maven-plugin/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,6 @@
7676
<groupId>org.apache.maven.plugins</groupId>
7777
<artifactId>maven-checkstyle-plugin</artifactId>
7878
</plugin>
79-
<plugin>
80-
<groupId>org.jacoco</groupId>
81-
<artifactId>jacoco-maven-plugin</artifactId>
82-
</plugin>
8379
</plugins>
8480
</build>
8581
</project>

operator/pom.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -312,15 +312,6 @@
312312
</execution>
313313
</executions>
314314
</plugin>
315-
<plugin>
316-
<groupId>org.jacoco</groupId>
317-
<artifactId>jacoco-maven-plugin</artifactId>
318-
<configuration>
319-
<excludes>
320-
<exclude>com/gargoylesoftware/**</exclude>
321-
</excludes>
322-
</configuration>
323-
</plugin>
324315
</plugins>
325316
</build>
326317

pom.xml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -216,26 +216,6 @@
216216
<artifactId>dependency-check-maven</artifactId>
217217
<version>${dependency-check-version}</version>
218218
</plugin>
219-
<plugin>
220-
<groupId>org.jacoco</groupId>
221-
<artifactId>jacoco-maven-plugin</artifactId>
222-
<version>${jacoco.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>report</id>
232-
<phase>test</phase>
233-
<goals>
234-
<goal>report</goal>
235-
</goals>
236-
</execution>
237-
</executions>
238-
</plugin>
239219
<plugin>
240220
<groupId>org.apache.maven.plugins</groupId>
241221
<artifactId>maven-jxr-plugin</artifactId>
@@ -770,7 +750,6 @@
770750
<domain-swagger-file>${project.basedir}/swagger/domain.json</domain-swagger-file>
771751
<skip.unit.tests>false</skip.unit.tests>
772752
<skip.dependency-check>false</skip.dependency-check>
773-
<jacoco.version>0.8.14</jacoco.version>
774753
<git-commit-id-plugin-version>4.9.10</git-commit-id-plugin-version>
775754
<htmlunit-version>2.70.0</htmlunit-version>
776755
<jython-standalone-version>2.7.4</jython-standalone-version>

swagger-generator/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@
2525
<groupId>org.apache.maven.plugins</groupId>
2626
<artifactId>maven-checkstyle-plugin</artifactId>
2727
</plugin>
28-
<plugin>
29-
<groupId>org.jacoco</groupId>
30-
<artifactId>jacoco-maven-plugin</artifactId>
31-
</plugin>
3228
</plugins>
3329
</build>
3430

0 commit comments

Comments
 (0)