Parallel PUT problem in repository.apache.org with Apache Maven 3.9.12
Posted on: 2026-02-03 00:00:00+00:00
Apache Maven 3.9.12 has a change that causes a problem in repository.apache.org (the Sonatype Nexus 2 Pro staging suite): if your build uses parallel PUT deployment, the build creates a separate staging repository for each of the requests instead of assembling everything in one repository.
The …