Skip to content

Commit

Permalink
ci: add plugin config to BOM module to test out new sonatype google e…
Browse files Browse the repository at this point in the history
…ndpoint (#858)
  • Loading branch information
stephaniewang526 committed Feb 19, 2021
1 parent baf973d commit 3a942cd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions google-cloud-bigquerystorage-bom/pom.xml
Expand Up @@ -118,6 +118,18 @@
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.8</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://google.oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>false</autoReleaseAfterClose>
<stagingProgressTimeoutMinutes>15</stagingProgressTimeoutMinutes>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 3a942cd

Please sign in to comment.