Decorative site banner
Project icon

com.io7m.brooklime

  • About
  • Releases
  • Manual
  • Sources
  • License
  • Issues
Maven Central Version Maven Snapshot Code Coverage

brooklime


The brooklime package implements a Java API to the Sonatype Nexus repository manager. It exclusively implements the staging workflow used in the professional version of Nexus, and is suitable for deploying content to Maven Central.

Features


  • Clean Java 17 API.
  • Simple command-line interface.
  • Creates staging repositories.
  • Uploads content to staging repositories.
  • Closes staging repositories.
  • Releases staging repositories.
  • Drops staging repositories.
  • High-coverage automated test suite.
  • ISC license.

Usage


See the documentation.

Releases & Development Snapshots


Releases


You can subscribe to the atom feed to be notified of project releases.

The most recently released version of the package is 2.0.1.

2.0.1 Release (2024-06-20Z)

  • Increase error logging verbosity.
  • Ensure command-line jar is reproducible.

The compiled artifacts for the release (and all previous releases) are available on Maven Central.

Maven Modules


<dependency> <group>com.io7m.brooklime</group> <artifactId>com.io7m.brooklime.api</artifactId> <version>2.0.1</version> </dependency><dependency> <group>com.io7m.brooklime</group> <artifactId>com.io7m.brooklime.tests</artifactId> <version>2.0.1</version> </dependency><dependency> <group>com.io7m.brooklime</group> <artifactId>com.io7m.brooklime.vanilla</artifactId> <version>2.0.1</version> </dependency><dependency> <group>com.io7m.brooklime</group> <artifactId>com.io7m.brooklime.cmdline</artifactId> <version>2.0.1</version> </dependency><dependency> <group>com.io7m.brooklime</group> <artifactId>com.io7m.brooklime.documentation</artifactId> <version>2.0.1</version> </dependency>

Previous Releases


The changelogs for the most recent previous releases are as follows:

2.0.0 Release (2024-06-20Z)

  • Require JDK 17 (Backwards incompatible)
  • Update org.apache.httpcomponents.client5:httpclient5 5.0 → 5.2.
  • Update org.apache.httpcomponents.core5:httpcore5 5.0 → 5.2.
  • Update org.junit.jupiter:junit-jupiter-api 5.7.0 → 5.9.1.
  • Update org.junit.jupiter:junit-jupiter-engine 5.7.0 → 5.9.1.
  • Update org.immutables:value 2.9.0 → 2.9.2.
  • Update org.slf4j:slf4j-api 2.0.1 → 2.0.3.
  • Update ch.qos.logback:logback-classic 1.4.1 → 1.4.4.
  • Update org.mock-server:mockserver-netty 5.13.0 → 5.14.0.
  • Update nl.jqno.equalsverifier:equalsverifier 3.10 → 3.11.
  • Update nl.jqno.equalsverifier:equalsverifier:3.15.5 → 3.16.1.
  • Update ch.qos.logback:logback-classic:1.4.14 → 1.5.6.
  • Update org.slf4j:slf4j-api:2.0.10 → 2.0.13.
  • Update junit.version:5.10.1 → 5.10.2.
  • Update commons-io:commons-io:2.15.1 → 2.16.1.
  • Update org.immutables:value:2.10.0 → 2.10.1.
  • Update com.io7m.xstructural.version:1.8.0 → 1.8.1.
  • Replace Apache HTTP client with java.net.http. (Tickets: 19, 20)
  • Improve error handling. (Tickets: 4)

1.1.0 Release (2021-04-18Z)

  • Fix logging (Tickets: 6)
  • Add the ability write staging repository IDs to a file (Tickets: 7)

1.0.0 Release (2021-01-01Z)

  • Initial public release

Development Snapshots


At the time of writing, the current unstable development version of the package is 2.0.2-SNAPSHOT.

Development snapshots may be available in the Central Portal Snapshots repository. Snapshots are published to this repository every time the project is built by the project's continuous integration system, but snapshots do expire after around ninety days and so may or may not be available depending on when a build of the package was last triggered.

Manual


User Manual


  • XHTML - One page per section
  • XHTML - Single page

Sources


This project uses Git to manage source code.

Repository: https://www.github.com/io7m-com/brooklime

$ git clone --recursive https://www.github.com/io7m-com/brooklime

Issues


This project uses GitHub Issues to track issues.

License


Copyright © 2023 Mark Raynsford <code@io7m.com> https://www.io7m.com Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Last Updated 2025-08-09T14:55:06Z