Lines Matching +full:sonar +full:- +full:cloud +full:- +full:build
1 <?xml version='1.0' encoding='UTF-8'?>
2 …//www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http:/…
5 <artifactId>google-common-protos-parent</artifactId>
7 <version>2.18.0</version><!-- {x-version-update:proto-google-common-protos:current} -->
10 Java idiomatic client for Google Cloud Platform services.
15 <artifactId>gapic-generator-java-pom-parent</artifactId>
16 <version>2.19.0</version><!-- {x-version-update:gapic-generator-java:current} -->
17 <relativePath>../gapic-generator-java-pom-parent</relativePath>
36 <id>sonatype-nexus-snapshots</id>
40 <id>sonatype-nexus-staging</id>
46 <name>Apache-2.0</name>
47 <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
52 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
53 <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
55 <site.installationModule>google-iam-parent</site.installationModule>
57 <guava.version>31.1-jre</guava.version>
64 <artifactId>protobuf-bom</artifactId>
71 <artifactId>grpc-google-common-protos</artifactId>
72 <version>2.18.0</version><!-- {x-version-update:grpc-google-common-protos:current} -->
76 <artifactId>grpc-bom</artifactId>
83 <artifactId>proto-google-common-protos</artifactId>
84 <version>2.18.0</version><!-- {x-version-update:proto-google-common-protos:current} -->
93 <artifactId>javax.annotation-api</artifactId>
94 <version>${javax.annotation-api.version}</version>
107 <module>proto-google-common-protos</module>
108 <module>grpc-google-common-protos</module>
115 <artifactId>maven-project-info-reports-plugin</artifactId>
121 <report>dependency-info</report>
123 <report>ci-management</report>
124 <report>issue-management</report>
127 <report>dependency-management</report>
128 <report>distribution-management</report>
142 <artifactId>maven-javadoc-plugin</artifactId>
157 <outputDirectory>${project.build.directory}/javadoc</outputDirectory>
161 <packages>com.google.cloud.testing</packages>
165 <packages>com.google.cloud.spi*</packages>
170 <link>https://grpc.io/grpc-java/javadoc/</link>
171 <link>https://developers.google.com/protocol-buffers/docs/reference/java/</link>
178 <!-- Skip google-common-protos when analyzing showcase test coverage on SonarCloud -->
181 <id>showcase-sonar-analysis</id>
188 <sonar.skip>true</sonar.skip>