Skip to content

Commit 5d1db33

Browse files
JesseLovelacechingor13
authored andcommitted
---
yaml --- r: 12015 b: refs/heads/autosynth-containeranalysis c: d642170 h: refs/heads/master i: 12013: a6bc32d 12011: 62f7e47 12007: f0caaba 11999: f57e3a9
1 parent 2c185ea commit 5d1db33

2 files changed

Lines changed: 55 additions & 1 deletion

File tree

  • branches/autosynth-containeranalysis/google-cloud-testing/google-cloud-bigtable-emulator

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ refs/heads/autosynth-bigquerydatatransfer: 2a9f3938237f85a8919602d74011326580ff3
128128
refs/heads/autosynth-bigquerystorage: 99aee05df348f39d98b6fb23c292006f1d2a6c28
129129
refs/heads/autosynth-bigtable: cd831a28dff2ba4d733608b871a1523a463e7380
130130
refs/heads/autosynth-bigtable-admin: 6379a2bc712f2736c83de0e009b4d26da4fa82ca
131-
refs/heads/autosynth-containeranalysis: 3a4efc79ead4b26522e1524a977238519bb78453
131+
refs/heads/autosynth-containeranalysis: d642170f43e9137975c7cbb995f280e561d9fd7f
132132
refs/heads/autosynth-datastore: 02c91de76764225070df7e64314c25b865cf7af8
133133
refs/heads/autosynth-dialogflow: c6bde02c8a8e063a32f9eaf63b2b9fe5e4895d8a
134134
refs/heads/autosynth-errorreporting: 518a442405c822492ed1c139e89e3e3d1804e29c

branches/autosynth-containeranalysis/google-cloud-testing/google-cloud-bigtable-emulator/pom.xml

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,58 @@
113113
<scope>test</scope>
114114
</dependency>
115115
</dependencies>
116+
<profiles>
117+
<profile>
118+
<id>release</id>
119+
<build>
120+
<plugins>
121+
<plugin>
122+
<groupId>org.apache.maven.plugins</groupId>
123+
<artifactId>maven-source-plugin</artifactId>
124+
<version>3.0.1</version>
125+
<executions>
126+
<execution>
127+
<id>attach-sources</id>
128+
<goals>
129+
<goal>jar-no-fork</goal>
130+
</goals>
131+
</execution>
132+
</executions>
133+
</plugin>
134+
<plugin>
135+
<groupId>org.apache.maven.plugins</groupId>
136+
<artifactId>maven-javadoc-plugin</artifactId>
137+
<version>2.10.3</version>
138+
<executions>
139+
<execution>
140+
<id>attach-javadocs</id>
141+
<goals>
142+
<goal>jar</goal>
143+
</goals>
144+
</execution>
145+
</executions>
146+
<configuration>
147+
<links>
148+
<link>http://google.github.io/google-auth-library-java/releases/latest/apidocs/</link>
149+
</links>
150+
</configuration>
151+
</plugin>
152+
<plugin>
153+
<groupId>org.apache.maven.plugins</groupId>
154+
<artifactId>maven-gpg-plugin</artifactId>
155+
<version>1.6</version>
156+
<executions>
157+
<execution>
158+
<id>sign-artifacts</id>
159+
<phase>verify</phase>
160+
<goals>
161+
<goal>sign</goal>
162+
</goals>
163+
</execution>
164+
</executions>
165+
</plugin>
166+
</plugins>
167+
</build>
168+
</profile>
169+
</profiles>
116170
</project>

0 commit comments

Comments
 (0)