Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions docs/src/site/apt/index.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,6 @@ Apache Software Foundation Parent POM

[]

** <<releaseParallelPut>>: When doing a release, this property controls whether artifacts are uploaded in parallel (true) or sequentially (false).

Due to Nexus bug with parallel staging creation default is <<false>>.

* <<pluginManagement>>: The plugin management section specifies versions
of a list of plugins. See the {{{./plugin-management.html}Plugin Management report}} for
the complete list with versions.
Expand Down
3 changes: 0 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,6 @@ under the License.
<surefire.version>3.5.4</surefire.version>
<assembly.tarLongFileMode>posix</assembly.tarLongFileMode>

<releaseParallelPut>false</releaseParallelPut>

<project.build.outputTimestamp>2026-01-09T19:00:31Z</project.build.outputTimestamp>

<version.apache-rat-plugin>0.16.1</version.apache-rat-plugin>
Expand Down Expand Up @@ -278,7 +276,6 @@ under the License.
<autoVersionSubmodules>true</autoVersionSubmodules>
<goals>deploy</goals>
<releaseProfiles>apache-release</releaseProfiles>
<arguments>-Daether.connector.basic.parallelPut=${releaseParallelPut}</arguments>
</configuration>
</plugin>
<!-- END SNIPPET: release-plugin-configuration -->
Expand Down