Skip to content

Commit c98a09c

Browse files
committed
Merge branch 'master' into bq-perf
2 parents 6125c56 + 015e564 commit c98a09c

240 files changed

Lines changed: 12637 additions & 4235 deletions

File tree

Some content is hidden

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

google-cloud-bigtable/pom.xml

Lines changed: 183 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,183 @@
1+
<?xml version="1.0"?>
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
<modelVersion>4.0.0</modelVersion>
4+
<artifactId>google-cloud-bigtable</artifactId>
5+
<version>0.26.1-beta-SNAPSHOT</version>
6+
<packaging>jar</packaging>
7+
<name>Google Cloud Bigtable</name>
8+
<url>https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-bigtable</url>
9+
<description>
10+
Java idiomatic client for Google Cloud Bigtable.
11+
</description>
12+
<parent>
13+
<groupId>com.google.cloud</groupId>
14+
<artifactId>google-cloud-pom</artifactId>
15+
<version>0.26.1-alpha-SNAPSHOT</version>
16+
</parent>
17+
<properties>
18+
<site.installationModule>google-cloud-bigtable</site.installationModule>
19+
<artifact.version>${project.version}</artifact.version>
20+
</properties>
21+
<dependencies>
22+
<dependency>
23+
<groupId>io.netty</groupId>
24+
<artifactId>netty-tcnative-boringssl-static</artifactId>
25+
</dependency>
26+
<dependency>
27+
<groupId>${project.groupId}</groupId>
28+
<artifactId>google-cloud-core</artifactId>
29+
</dependency>
30+
<dependency>
31+
<groupId>${project.groupId}</groupId>
32+
<artifactId>google-cloud-core-grpc</artifactId>
33+
</dependency>
34+
<dependency>
35+
<groupId>com.google.api.grpc</groupId>
36+
<artifactId>proto-google-cloud-bigtable-v2</artifactId>
37+
</dependency>
38+
<dependency>
39+
<groupId>com.google.api.grpc</groupId>
40+
<artifactId>grpc-google-cloud-bigtable-v2</artifactId>
41+
<scope>test</scope>
42+
</dependency>
43+
<dependency>
44+
<groupId>com.google.api.grpc</groupId>
45+
<artifactId>proto-google-cloud-bigtable-admin-v2</artifactId>
46+
</dependency>
47+
<dependency>
48+
<groupId>com.google.api.grpc</groupId>
49+
<artifactId>grpc-google-cloud-bigtable-admin-v2</artifactId>
50+
<scope>test</scope>
51+
</dependency>
52+
<dependency>
53+
<groupId>io.grpc</groupId>
54+
<artifactId>grpc-netty</artifactId>
55+
</dependency>
56+
<dependency>
57+
<groupId>io.grpc</groupId>
58+
<artifactId>grpc-stub</artifactId>
59+
</dependency>
60+
<dependency>
61+
<groupId>io.grpc</groupId>
62+
<artifactId>grpc-auth</artifactId>
63+
</dependency>
64+
<dependency>
65+
<groupId>${project.groupId}</groupId>
66+
<artifactId>google-cloud-core</artifactId>
67+
<type>test-jar</type>
68+
<scope>test</scope>
69+
</dependency>
70+
<dependency>
71+
<groupId>junit</groupId>
72+
<artifactId>junit</artifactId>
73+
<scope>test</scope>
74+
</dependency>
75+
<dependency>
76+
<groupId>org.easymock</groupId>
77+
<artifactId>easymock</artifactId>
78+
<scope>test</scope>
79+
</dependency>
80+
<dependency>
81+
<groupId>org.objenesis</groupId>
82+
<artifactId>objenesis</artifactId>
83+
<scope>test</scope>
84+
</dependency>
85+
<dependency>
86+
<groupId>com.google.truth</groupId>
87+
<artifactId>truth</artifactId>
88+
<scope>test</scope>
89+
</dependency>
90+
<dependency>
91+
<groupId>com.google.api</groupId>
92+
<artifactId>gax-grpc</artifactId>
93+
<classifier>testlib</classifier>
94+
<scope>test</scope>
95+
</dependency>
96+
</dependencies>
97+
<profiles>
98+
<profile>
99+
<id>doclint-java8-disable</id>
100+
<activation>
101+
<jdk>[1.8,)</jdk>
102+
</activation>
103+
<properties>
104+
<!-- add this to disable checking -->
105+
<javadoc.opts>-Xdoclint:none</javadoc.opts>
106+
</properties>
107+
</profile>
108+
</profiles>
109+
<build>
110+
<resources>
111+
<resource>
112+
<directory>./..</directory>
113+
<filtering>true</filtering>
114+
<includes>
115+
<include>project.properties</include>
116+
</includes>
117+
</resource>
118+
</resources>
119+
<plugins>
120+
<plugin>
121+
<artifactId>maven-antrun-plugin</artifactId>
122+
<version>1.4</version>
123+
<executions>
124+
<execution>
125+
<phase>process-resources</phase>
126+
<configuration>
127+
<tasks>
128+
<copy file="${project.build.outputDirectory}/project.properties"
129+
toFile="${project.build.outputDirectory}/com/google/cloud/bigtable/project.properties"
130+
overwrite="true" />
131+
</tasks>
132+
</configuration>
133+
<goals>
134+
<goal>run</goal>
135+
</goals>
136+
</execution>
137+
</executions>
138+
</plugin>
139+
<plugin>
140+
<groupId>org.codehaus.mojo</groupId>
141+
<artifactId>build-helper-maven-plugin</artifactId>
142+
<version>1.9.1</version>
143+
<executions>
144+
<execution>
145+
<phase>generate-sources</phase>
146+
<goals><goal>add-source</goal></goals>
147+
<configuration>
148+
<sources>
149+
<source>generated/src/main/java</source>
150+
</sources>
151+
</configuration>
152+
</execution>
153+
</executions>
154+
</plugin>
155+
<plugin>
156+
<groupId>org.apache.maven.plugins</groupId>
157+
<artifactId>maven-javadoc-plugin</artifactId>
158+
<version>2.10.3</version>
159+
<executions>
160+
<execution>
161+
<id>attach-javadocs</id>
162+
<goals>
163+
<goal>jar</goal>
164+
</goals>
165+
<configuration>
166+
<additionalparam>${javadoc.opts}</additionalparam>
167+
</configuration>
168+
</execution>
169+
</executions>
170+
</plugin>
171+
<plugin>
172+
<artifactId>maven-compiler-plugin</artifactId>
173+
<version>3.5.1</version>
174+
<configuration>
175+
<source>1.7</source>
176+
<target>1.7</target>
177+
<encoding>UTF-8</encoding>
178+
<compilerArgument>-Xlint:unchecked</compilerArgument>
179+
</configuration>
180+
</plugin>
181+
</plugins>
182+
</build>
183+
</project>

0 commit comments

Comments
 (0)