Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How long does Sonatype staging take to sync my artifacts with Maven central

I have successfully deployed my Maven artifacts (release) into Sonatype's staging repository with Maven.

Uploading address is https://oss.sonatype.org/service/local/staging/deploy/maven2/

I would like to know how long will it take before I can see them in the central repository?

like image 897
Jack Avatar asked Apr 23 '14 05:04

Jack


People also ask

What is OSS sonatype org?

Introduction. Sonatype OSSRH (OSS Repository Hosting) uses Sonatype Nexus Repository Manager to provide repository hosting service for open source project binaries - be sure to review the full terms of service. OSSRH uses the Maven repository format and allows you to: deploy development version binaries (snapshots)

What is Nexus staging Maven plugin?

Provides support to access staging functionality in a remote Nexus Professional server.


1 Answers

Provided you have followed the steps to activate the sync, it should take about 2 hours.

9 Activate Central Sync

The first time you promote a release, you need to comment on the OSSRH JIRA ticket you created in Section 3 so we can know you are ready to be synced. We will review your promoted artifacts. If no problem found, we will activate Central Sync for you and close your JIRA ticket.

After Central Sync is activated, your future promotion will be synced automatically. The sync process runs roughly every 2 hours.

like image 169
Boj Avatar answered Sep 20 '22 07:09

Boj