Skip to content

Commit ca12b1b

Browse files
JesseLovelacechingor13
authored andcommitted
---
yaml --- r: 12253 b: refs/heads/autosynth-os-login c: d642170 h: refs/heads/master i: 12251: feb98a7
1 parent 5f9c891 commit ca12b1b

2 files changed

Lines changed: 55 additions & 1 deletion

File tree

  • branches/autosynth-os-login/google-cloud-testing/google-cloud-bigtable-emulator

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ refs/heads/autosynth-firestore: 92b27fbc8855c9902168695abb0a8f1f433b750b
136136
refs/heads/autosynth-iot: 9d732be07d99843d8cb53d34ec0837328a807fce
137137
refs/heads/autosynth-kms: dcc6e15d68759010c8735cc868135bd7e6c1cc5f
138138
refs/heads/autosynth-language: 8972866b016473559702424205ce5569de47b34d
139-
refs/heads/autosynth-os-login: 3a4efc79ead4b26522e1524a977238519bb78453
139+
refs/heads/autosynth-os-login: d642170f43e9137975c7cbb995f280e561d9fd7f
140140
refs/heads/autosynth-redis: 1259b3a2193c6ee73b91064b5ebdedd6b51396bc
141141
refs/heads/autosynth-scheduler: 22f042c3461cee9346c46fdade5c8fad1a80f431
142142
refs/heads/autosynth-securitycenter: 1b300406bfc0f022d0ae98286c419d54d08d2ad4

branches/autosynth-os-login/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)