Project icon

com.io7m.brooklime

Build status Maven Central Codecov

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.

Contents

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

Releases

The most recently published version of the software is 2.0.1.

Source code and binaries are available from the repository.

Documentation

Documentation for the 2.0.1 release is available for reading online.

Documentation for current and older releases is archived in the repository.

User documentation

Maven

The following is a complete list of the project's modules expressed as Maven dependencies:

<dependency>
  <groupId>com.io7m.brooklime</groupId>
  <artifactId>com.io7m.brooklime</artifactId>
  <version>2.0.1</version>
</dependency>

<dependency>
  <groupId>com.io7m.brooklime</groupId>
  <artifactId>com.io7m.brooklime.api</artifactId>
  <version>2.0.1</version>
</dependency>

<dependency>
  <groupId>com.io7m.brooklime</groupId>
  <artifactId>com.io7m.brooklime.tests</artifactId>
  <version>2.0.1</version>
</dependency>

<dependency>
  <groupId>com.io7m.brooklime</groupId>
  <artifactId>com.io7m.brooklime.vanilla</artifactId>
  <version>2.0.1</version>
</dependency>

<dependency>
  <groupId>com.io7m.brooklime</groupId>
  <artifactId>com.io7m.brooklime.cmdline</artifactId>
  <version>2.0.1</version>
</dependency>

<dependency>
  <groupId>com.io7m.brooklime</groupId>
  <artifactId>com.io7m.brooklime.documentation</artifactId>
  <version>2.0.1</version>
</dependency>

Each release of the project is made available on Maven Central within ten minutes of the release announcement.

Changes

Subscribe to the releases atom feed.

2024-06-20 Release: com.io7m.brooklime 2.0.1
2024-06-20 Change: Increase error logging verbosity.
2024-06-20 Change: Ensure command-line jar is reproducible.
2024-06-20 Release: com.io7m.brooklime 2.0.0
2022-11-14 Change: (Backwards incompatible) Require JDK 17
2022-11-14 Change: Update org.apache.httpcomponents.client5:httpclient5 5.0 → 5.2.
2022-11-14 Change: Update org.apache.httpcomponents.core5:httpcore5 5.0 → 5.2.
2022-11-14 Change: Update org.junit.jupiter:junit-jupiter-api 5.7.0 → 5.9.1.
2022-11-14 Change: Update org.junit.jupiter:junit-jupiter-engine 5.7.0 → 5.9.1.
2022-11-14 Change: Update org.immutables:value 2.9.0 → 2.9.2.
2022-11-14 Change: Update org.slf4j:slf4j-api 2.0.1 → 2.0.3.
2022-11-14 Change: Update ch.qos.logback:logback-classic 1.4.1 → 1.4.4.
2022-11-14 Change: Update org.mock-server:mockserver-netty 5.13.0 → 5.14.0.
2022-11-14 Change: Update nl.jqno.equalsverifier:equalsverifier 3.10 → 3.11.
2024-04-19 Change: Update nl.jqno.equalsverifier:equalsverifier:3.15.5 → 3.16.1.
2024-04-19 Change: Update ch.qos.logback:logback-classic:1.4.14 → 1.5.6.
2024-04-19 Change: Update org.slf4j:slf4j-api:2.0.10 → 2.0.13.
2024-04-19 Change: Update junit.version:5.10.1 → 5.10.2.
2024-04-22 Change: Update commons-io:commons-io:2.15.1 → 2.16.1.
2024-04-22 Change: Update org.immutables:value:2.10.0 → 2.10.1.
2024-05-09 Change: Update com.io7m.xstructural.version:1.8.0 → 1.8.1.
2024-06-20 Change: Replace Apache HTTP client with java.net.http. (tickets: 19 20 )
2024-06-20 Change: Improve error handling. (tickets: 4 )
2021-04-18 Release: com.io7m.brooklime 1.1.0
2021-04-18 Change: Fix logging (tickets: 6 )
2021-04-18 Change: Add the ability write staging repository IDs to a file (tickets: 7 )
2021-01-01 Release: com.io7m.brooklime 1.0.0
2021-01-01 Change: Initial public release

Sources

This project uses Git to manage source code.

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

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

License

Copyright © 2024 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.

Bug Tracker

The project uses GitHub Issues to track issues.