File tree Expand file tree Collapse file tree
branches/autosynth-compute/google-cloud-testing/google-cloud-bigtable-emulator Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ refs/tags/v0.64.0: 456e8fbd129deced3ca025f239a2d8a82bde1d0a
112112refs/tags/v0.65.0: 10939381ffe0b8da32db4fe3087c86e3aa7f3e55
113113refs/tags/v0.66.0: ed6a3f57cbdaa20339a1995f7d7d53b172a5b8ef
114114refs/tags/v0.67.0: 30b56f02092efc6f3c3667650ea8b8825003e0b7
115- refs/heads/autosynth-compute: 3a4efc79ead4b26522e1524a977238519bb78453
115+ refs/heads/autosynth-compute: d642170f43e9137975c7cbb995f280e561d9fd7f
116116refs/heads/autosynth-container: f28d7fcb71c4386965c6177a70debcde56c7ce4b
117117refs/heads/autosynth-dataproc: 26b0bac0a5713f50e2f43d45fb3583391ffb185a
118118refs/heads/autosynth-monitoring: 2cb98362409ff765ae26032b64bc84191cdc6dda
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