File tree Expand file tree Collapse file tree 2 files changed +0
-59
lines changed Expand file tree Collapse file tree 2 files changed +0
-59
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 145
145
<maven-failsafe-plugin .version>3.5.0</maven-failsafe-plugin .version>
146
146
<maven-javadoc-plugin .version>3.10.0</maven-javadoc-plugin .version>
147
147
<maven-source-plugin .version>3.3.1</maven-source-plugin .version>
148
- <jacoco-maven-plugin .version>0.8.12</jacoco-maven-plugin .version>
149
148
<flatten-maven-plugin .version>1.6.0</flatten-maven-plugin .version>
150
149
<maven-deploy-plugin .version>3.1.3</maven-deploy-plugin .version>
151
150
<maven-assembly-plugin .version>3.7.1</maven-assembly-plugin .version>
305
304
</build >
306
305
307
306
<profiles >
308
- <profile >
309
- <id >test-coverage</id >
310
- <build >
311
- <plugins >
312
- <plugin >
313
- <groupId >org.jacoco</groupId >
314
- <artifactId >jacoco-maven-plugin</artifactId >
315
- <version >${jacoco-maven-plugin.version} </version >
316
- <executions >
317
- <execution >
318
- <id >prepare-agent</id >
319
- <goals >
320
- <goal >prepare-agent</goal >
321
- </goals >
322
- </execution >
323
- <execution >
324
- <id >report</id >
325
- <goals >
326
- <goal >report</goal >
327
- </goals >
328
- </execution >
329
- </executions >
330
- </plugin >
331
- </plugins >
332
- </build >
333
- </profile >
334
307
<profile >
335
308
<id >artifactory-staging</id >
336
309
<distributionManagement >
You can’t perform that action at this time.
0 commit comments