Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Commit 687d48a

Browse files
ci: re-configure plugin to test out new sonatype google endpoint (#844)
1 parent f26359c commit 687d48a

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,18 @@
163163
<build>
164164
<pluginManagement>
165165
<plugins>
166+
<plugin>
167+
<groupId>org.sonatype.plugins</groupId>
168+
<artifactId>nexus-staging-maven-plugin</artifactId>
169+
<version>1.6.8</version>
170+
<extensions>true</extensions>
171+
<configuration>
172+
<serverId>ossrh</serverId>
173+
<nexusUrl>https://google.oss.sonatype.org/</nexusUrl>
174+
<autoReleaseAfterClose>false</autoReleaseAfterClose>
175+
<stagingProgressTimeoutMinutes>15</stagingProgressTimeoutMinutes>
176+
</configuration>
177+
</plugin>
166178
<plugin>
167179
<groupId>org.apache.maven.plugins</groupId>
168180
<artifactId>maven-dependency-plugin</artifactId>

0 commit comments

Comments
 (0)