Lines Matching +full:sonar +full:- +full:cloud +full:- +full:build
1 <?xml version='1.0' encoding='UTF-8'?>
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 …xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
6 <groupId>com.google.cloud</groupId>
7 <artifactId>coverage-report</artifactId>
9 <version>0.0.1-SNAPSHOT</version>
13 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
19 <sonar.coverage.jacoco.xmlReportPaths>
20 ${project.basedir}/coverage-report/target/site/
21 jacoco-aggregate/jacoco.xml
22 </sonar.coverage.jacoco.xmlReportPaths>
27 <groupId>com.google.cloud</groupId>
28 <artifactId>gapic-showcase</artifactId>
29 <version>0.0.1-SNAPSHOT</version>
34 <version>2.27.0</version> <!-- {x-version-update:gax:current} -->
38 <artifactId>gax-grpc</artifactId>
39 <version>2.27.0</version> <!-- {x-version-update:gax-grpc:current} -->
43 <artifactId>gax-httpjson</artifactId>
44 <version>0.112.0</version> <!-- {x-version-update:gax-httpjson:current} -->
48 <artifactId>api-common</artifactId>
49 <version>2.10.0</version> <!-- {x-version-update:api-common:current} -->
53 <build>
57 <artifactId>jacoco-maven-plugin</artifactId>
61 <id>unit-tests-report-aggregate</id>
63 <goal>report-aggregate</goal>
68 <id>integration-tests-report-aggregate</id>
70 <goal>report-aggregate</goal>
72 <phase>integration-test</phase>
78 <artifactId>fmt-maven-plugin</artifactId>
82 </build>