From d2dbc1b99acf28b6ab6da9170b4d1413a6e74799 Mon Sep 17 00:00:00 2001 From: Martin Bonnin Date: Wed, 21 Jan 2026 11:32:33 +0100 Subject: [PATCH] Update the FAQ --- docs/src/content/docs/portal-faq.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/src/content/docs/portal-faq.mdx b/docs/src/content/docs/portal-faq.mdx index 0208538..9a9388f 100644 --- a/docs/src/content/docs/portal-faq.mdx +++ b/docs/src/content/docs/portal-faq.mdx @@ -103,7 +103,9 @@ Yes. You can contact Sonatype support at `central-support@sonatype.com`. It depends. It ranges from a couple of minutes to a few hours. The validation step (verifying signatures, source jars, etc...) is usually faster, in the order of minutes per project. The publishing part may take longer. -If your deployment reaches the `PUBLISHING` state it should become available on Maven Central at some point. +If your deployment stays in the `VALIDATING` state more than a couple of hours, it is probably an infrastructure error. Email `central-support` and/or retry later. + +If your deployment reaches the `PUBLISHING` state, it means it's all good. The deployment should become available on Maven Central at some point. ### Q: What API is used to upload SNAPSHOTs?