File tree Expand file tree Collapse file tree
branches/autosynth-iot/google-cloud-testing/google-cloud-bigtable-emulator Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ refs/heads/autosynth-datastore: af1fb76aa3eee02fe6f31f8fa1c72a4f048d149b
133133refs/heads/autosynth-dialogflow: ebdd13c445b9674ff9ad4601f78d7ecd6f9c3660
134134refs/heads/autosynth-errorreporting: 3d0566d6bebcc187f148bbed463b5a8e75b1edf6
135135refs/heads/autosynth-firestore: 92b27fbc8855c9902168695abb0a8f1f433b750b
136- refs/heads/autosynth-iot: 3a4efc79ead4b26522e1524a977238519bb78453
136+ refs/heads/autosynth-iot: d642170f43e9137975c7cbb995f280e561d9fd7f
137137refs/heads/autosynth-kms: 44920781bf79d494a1835207fc7110b743a1d7d4
138138refs/heads/autosynth-language: bfdbef24d10a7845cd69f709e7dfb92c965d4d1a
139139refs/heads/autosynth-os-login: 13200d5c38f1f09e1625c4f2dc1c3b18bfdc5857
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments