Skip to content

Commit 35bf9ac

Browse files
authored
Remove Jacoco Execution Configuration from Service Root POMs (Azure#27094)
1 parent 73364c9 commit 35bf9ac

File tree

135 files changed

+415
-1624
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

135 files changed

+415
-1624
lines changed

pom.xml

Lines changed: 11 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -163,26 +163,17 @@
163163
<build>
164164
<plugins>
165165
<plugin>
166-
<groupId>org.jacoco</groupId>
167-
<artifactId>jacoco-maven-plugin</artifactId>
168-
<version>0.8.7</version> <!-- {x-version-update;org.jacoco:jacoco-maven-plugin;external_dependency} -->
169-
<executions>
170-
<execution>
171-
<id>report-aggregate</id>
172-
<phase>verify</phase>
173-
<goals>
174-
<goal>report-aggregate</goal>
175-
</goals>
176-
<configuration>
177-
<outputDirectory>${project.reporting.outputDirectory}/test-coverage</outputDirectory>
178-
<excludes>
179-
<exclude>**/com/azure/cosmos/implementation/apachecommons/**/*</exclude>
180-
<exclude>**/com/azure/cosmos/implementation/guava25/**/*</exclude>
181-
<exclude>**/com/azure/cosmos/implementation/guava27/**/*</exclude>
182-
</excludes>
183-
</configuration>
184-
</execution>
185-
</executions>
166+
<groupId>org.jacoco</groupId>
167+
<artifactId>jacoco-maven-plugin</artifactId>
168+
<version>0.8.7</version> <!-- {x-version-update;org.jacoco:jacoco-maven-plugin;external_dependency} -->
169+
<configuration>
170+
<outputDirectory>${project.reporting.outputDirectory}/test-coverage</outputDirectory>
171+
<excludes>
172+
<exclude>**/com/azure/cosmos/implementation/apachecommons/**/*</exclude>
173+
<exclude>**/com/azure/cosmos/implementation/guava25/**/*</exclude>
174+
<exclude>**/com/azure/cosmos/implementation/guava27/**/*</exclude>
175+
</excludes>
176+
</configuration>
186177
</plugin>
187178
</plugins>
188179
</build>

sdk/advisor/pom.xml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,9 @@
2424
<groupId>org.jacoco</groupId>
2525
<artifactId>jacoco-maven-plugin</artifactId>
2626
<version>0.8.7</version> <!-- {x-version-update;org.jacoco:jacoco-maven-plugin;external_dependency} -->
27-
<executions>
28-
<execution>
29-
<id>report-aggregate</id>
30-
<phase>verify</phase>
31-
<goals>
32-
<goal>report-aggregate</goal>
33-
</goals>
34-
<configuration>
35-
<outputDirectory>${project.reporting.outputDirectory}/test-coverage</outputDirectory>
36-
</configuration>
37-
</execution>
38-
</executions>
27+
<configuration>
28+
<outputDirectory>${project.reporting.outputDirectory}/test-coverage</outputDirectory>
29+
</configuration>
3930
</plugin>
4031
</plugins>
4132
</build>

sdk/agrifood/pom.xml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,9 @@
2929
<groupId>org.jacoco</groupId>
3030
<artifactId>jacoco-maven-plugin</artifactId>
3131
<version>0.8.7</version> <!-- {x-version-update;org.jacoco:jacoco-maven-plugin;external_dependency} -->
32-
<executions>
33-
<execution>
34-
<id>report-aggregate</id>
35-
<phase>verify</phase>
36-
<goals>
37-
<goal>report-aggregate</goal>
38-
</goals>
39-
<configuration>
40-
<outputDirectory>${project.reporting.outputDirectory}/test-coverage</outputDirectory>
41-
</configuration>
42-
</execution>
43-
</executions>
32+
<configuration>
33+
<outputDirectory>${project.reporting.outputDirectory}/test-coverage</outputDirectory>
34+
</configuration>
4435
</plugin>
4536
</plugins>
4637
</build>

sdk/anomalydetector/pom.xml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,9 @@
2929
<groupId>org.jacoco</groupId>
3030
<artifactId>jacoco-maven-plugin</artifactId>
3131
<version>0.8.7</version> <!-- {x-version-update;org.jacoco:jacoco-maven-plugin;external_dependency} -->
32-
<executions>
33-
<execution>
34-
<id>report-aggregate</id>
35-
<phase>verify</phase>
36-
<goals>
37-
<goal>report-aggregate</goal>
38-
</goals>
39-
<configuration>
40-
<outputDirectory>${project.reporting.outputDirectory}/test-coverage</outputDirectory>
41-
</configuration>
42-
</execution>
43-
</executions>
32+
<configuration>
33+
<outputDirectory>${project.reporting.outputDirectory}/test-coverage</outputDirectory>
34+
</configuration>
4435
</plugin>
4536
</plugins>
4637
</build>

sdk/aot/pom.xml

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -34,20 +34,10 @@
3434
<groupId>org.jacoco</groupId>
3535
<artifactId>jacoco-maven-plugin</artifactId>
3636
<version>0.8.7</version> <!-- {x-version-update;org.jacoco:jacoco-maven-plugin;external_dependency} -->
37-
<executions>
38-
<execution>
39-
<id>report-aggregate</id>
40-
<phase>verify</phase>
41-
<goals>
42-
<goal>report-aggregate</goal>
43-
</goals>
44-
<configuration>
45-
<outputDirectory>${project.reporting.outputDirectory}/test-coverage</outputDirectory>
46-
</configuration>
47-
</execution>
48-
</executions>
37+
<configuration>
38+
<outputDirectory>${project.reporting.outputDirectory}/test-coverage</outputDirectory>
39+
</configuration>
4940
</plugin>
50-
5141
</plugins>
5242
</build>
5343
</profile>

sdk/apimanagement/pom.xml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,9 @@
2424
<groupId>org.jacoco</groupId>
2525
<artifactId>jacoco-maven-plugin</artifactId>
2626
<version>0.8.7</version> <!-- {x-version-update;org.jacoco:jacoco-maven-plugin;external_dependency} -->
27-
<executions>
28-
<execution>
29-
<id>report-aggregate</id>
30-
<phase>verify</phase>
31-
<goals>
32-
<goal>report-aggregate</goal>
33-
</goals>
34-
<configuration>
35-
<outputDirectory>${project.reporting.outputDirectory}/test-coverage</outputDirectory>
36-
</configuration>
37-
</execution>
38-
</executions>
27+
<configuration>
28+
<outputDirectory>${project.reporting.outputDirectory}/test-coverage</outputDirectory>
29+
</configuration>
3930
</plugin>
4031
</plugins>
4132
</build>

sdk/appconfiguration/pom.xml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,9 @@
2929
<groupId>org.jacoco</groupId>
3030
<artifactId>jacoco-maven-plugin</artifactId>
3131
<version>0.8.7</version> <!-- {x-version-update;org.jacoco:jacoco-maven-plugin;external_dependency} -->
32-
<executions>
33-
<execution>
34-
<id>report-aggregate</id>
35-
<phase>verify</phase>
36-
<goals>
37-
<goal>report-aggregate</goal>
38-
</goals>
39-
<configuration>
40-
<outputDirectory>${project.reporting.outputDirectory}/test-coverage</outputDirectory>
41-
</configuration>
42-
</execution>
43-
</executions>
32+
<configuration>
33+
<outputDirectory>${project.reporting.outputDirectory}/test-coverage</outputDirectory>
34+
</configuration>
4435
</plugin>
4536
</plugins>
4637
</build>

sdk/applicationinsights/pom.xml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,9 @@
2424
<groupId>org.jacoco</groupId>
2525
<artifactId>jacoco-maven-plugin</artifactId>
2626
<version>0.8.7</version> <!-- {x-version-update;org.jacoco:jacoco-maven-plugin;external_dependency} -->
27-
<executions>
28-
<execution>
29-
<id>report-aggregate</id>
30-
<phase>verify</phase>
31-
<goals>
32-
<goal>report-aggregate</goal>
33-
</goals>
34-
<configuration>
35-
<outputDirectory>${project.reporting.outputDirectory}/test-coverage</outputDirectory>
36-
</configuration>
37-
</execution>
38-
</executions>
27+
<configuration>
28+
<outputDirectory>${project.reporting.outputDirectory}/test-coverage</outputDirectory>
29+
</configuration>
3930
</plugin>
4031
</plugins>
4132
</build>

sdk/attestation/pom.xml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,9 @@
2929
<groupId>org.jacoco</groupId>
3030
<artifactId>jacoco-maven-plugin</artifactId>
3131
<version>0.8.7</version> <!-- {x-version-update;org.jacoco:jacoco-maven-plugin;external_dependency} -->
32-
<executions>
33-
<execution>
34-
<id>report-aggregate</id>
35-
<phase>verify</phase>
36-
<goals>
37-
<goal>report-aggregate</goal>
38-
</goals>
39-
<configuration>
40-
<outputDirectory>${project.reporting.outputDirectory}/test-coverage</outputDirectory>
41-
</configuration>
42-
</execution>
43-
</executions>
32+
<configuration>
33+
<outputDirectory>${project.reporting.outputDirectory}/test-coverage</outputDirectory>
34+
</configuration>
4435
</plugin>
4536
</plugins>
4637
</build>

sdk/automanage/pom.xml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,9 @@
2424
<groupId>org.jacoco</groupId>
2525
<artifactId>jacoco-maven-plugin</artifactId>
2626
<version>0.8.7</version> <!-- {x-version-update;org.jacoco:jacoco-maven-plugin;external_dependency} -->
27-
<executions>
28-
<execution>
29-
<id>report-aggregate</id>
30-
<phase>verify</phase>
31-
<goals>
32-
<goal>report-aggregate</goal>
33-
</goals>
34-
<configuration>
35-
<outputDirectory>${project.reporting.outputDirectory}/test-coverage</outputDirectory>
36-
</configuration>
37-
</execution>
38-
</executions>
27+
<configuration>
28+
<outputDirectory>${project.reporting.outputDirectory}/test-coverage</outputDirectory>
29+
</configuration>
3930
</plugin>
4031
</plugins>
4132
</build>

0 commit comments

Comments
 (0)