Skip to content

Commit 4bdcdd2

Browse files
committed
Remove Jacoco
1 parent 47a816e commit 4bdcdd2

File tree

4 files changed

+0
-35
lines changed

4 files changed

+0
-35
lines changed

build-helper-mojo/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,6 @@
8585

8686
<build>
8787
<plugins>
88-
<plugin>
89-
<groupId>org.jacoco</groupId>
90-
<artifactId>jacoco-maven-plugin</artifactId>
91-
</plugin>
92-
9388
<plugin>
9489
<groupId>org.apache.maven.plugins</groupId>
9590
<artifactId>maven-clean-plugin</artifactId>

pom.xml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -150,26 +150,6 @@
150150
<artifactId>dependency-check-maven</artifactId>
151151
<version>${dependency-check-version}</version>
152152
</plugin>
153-
<plugin>
154-
<groupId>org.jacoco</groupId>
155-
<artifactId>jacoco-maven-plugin</artifactId>
156-
<version>0.8.14</version>
157-
<executions>
158-
<execution>
159-
<id>prepare-agent</id>
160-
<goals>
161-
<goal>prepare-agent</goal>
162-
</goals>
163-
</execution>
164-
<execution>
165-
<id>report</id>
166-
<phase>test</phase>
167-
<goals>
168-
<goal>report</goal>
169-
</goals>
170-
</execution>
171-
</executions>
172-
</plugin>
173153
</plugins>
174154
</pluginManagement>
175155

wls-exporter-core/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,6 @@
9393

9494
<build>
9595
<plugins>
96-
<plugin>
97-
<groupId>org.jacoco</groupId>
98-
<artifactId>jacoco-maven-plugin</artifactId>
99-
</plugin>
100-
10196
<plugin>
10297
<groupId>org.apache.maven.plugins</groupId>
10398
<artifactId>maven-clean-plugin</artifactId>

wls-exporter-sidecar/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -192,11 +192,6 @@
192192
</executions>
193193
</plugin>
194194

195-
<plugin>
196-
<groupId>org.jacoco</groupId>
197-
<artifactId>jacoco-maven-plugin</artifactId>
198-
</plugin>
199-
200195
<plugin>
201196
<groupId>org.apache.maven.plugins</groupId>
202197
<artifactId>maven-clean-plugin</artifactId>

0 commit comments

Comments
 (0)