From ced7ca9d9db1f80279ca3e15536328473371ecaf Mon Sep 17 00:00:00 2001 From: Scott Leberknight <174812+sleberknight@users.noreply.github.com> Date: Thu, 25 Jul 2024 21:20:58 -0400 Subject: [PATCH] Increase the Nexus staging timeout from 5 to 15 minutes (#334) Hopefully this will avoid the timeouts I often encounter when releasing libraries. reference: https://help.sonatype.com/en/configuring-your-project-for-deployment.html#deployment-with-the-nexus-staging-maven-plugin --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index d551242..a364766 100644 --- a/pom.xml +++ b/pom.xml @@ -475,6 +475,7 @@ ossrh https://s01.oss.sonatype.org/ true + 15