Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Commit 3a942cd

Browse files
ci: add plugin config to BOM module to test out new sonatype google endpoint (#858)
1 parent baf973d commit 3a942cd

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

  • google-cloud-bigquerystorage-bom

google-cloud-bigquerystorage-bom/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,18 @@
118118
<skip>true</skip>
119119
</configuration>
120120
</plugin>
121+
<plugin>
122+
<groupId>org.sonatype.plugins</groupId>
123+
<artifactId>nexus-staging-maven-plugin</artifactId>
124+
<version>1.6.8</version>
125+
<extensions>true</extensions>
126+
<configuration>
127+
<serverId>ossrh</serverId>
128+
<nexusUrl>https://google.oss.sonatype.org/</nexusUrl>
129+
<autoReleaseAfterClose>false</autoReleaseAfterClose>
130+
<stagingProgressTimeoutMinutes>15</stagingProgressTimeoutMinutes>
131+
</configuration>
132+
</plugin>
121133
</plugins>
122134
</build>
123135
</project>

0 commit comments

Comments
 (0)