Project icon

com.io7m.montarre

Build status Maven Central Codecov

The montarre package provides a set of tools for producing native platform artifacts from platform-independent Java packages.

Contents

Features

  • A rich, strictly-defined, and well-specified packaging format that remains platform-independent whilst allowing straightforward zero-configuration transformations to a wide range of platform-specific package formats.
  • Extensive, type-driven, ahead-of-time checking; if your package validates, you should get working native packages on all platforms.
  • Reproducible builds by default.
  • Support for producing simple jpackage "app-image" executables on any platform.
  • Support for producing Debian .deb packages.
  • Support for producing Windows MSI installers.
  • Support for producing Flatpaks.
  • A carefully-engineered Java API for creating, manipulating, and transforming packages.
  • A full command-line interface built on top of the Java API.
  • A Maven plugin for producing packages from any Maven module.
  • OSGi-ready
  • JPMS-ready
  • ISC license

Releases

The most recently published version of the software is 0.0.6.

Source code and binaries are available from the repository.

Documentation

Documentation for the 0.0.6 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.montarre</groupId>
  <artifactId>com.io7m.montarre</artifactId>
  <version>0.0.6</version>
</dependency>

<dependency>
  <groupId>com.io7m.montarre</groupId>
  <artifactId>com.io7m.montarre.adoptium</artifactId>
  <version>0.0.6</version>
</dependency>

<dependency>
  <groupId>com.io7m.montarre</groupId>
  <artifactId>com.io7m.montarre.api</artifactId>
  <version>0.0.6</version>
</dependency>

<dependency>
  <groupId>com.io7m.montarre</groupId>
  <artifactId>com.io7m.montarre.cmdline</artifactId>
  <version>0.0.6</version>
</dependency>

<dependency>
  <groupId>com.io7m.montarre</groupId>
  <artifactId>com.io7m.montarre.distribution</artifactId>
  <version>0.0.6</version>
</dependency>

<dependency>
  <groupId>com.io7m.montarre</groupId>
  <artifactId>com.io7m.montarre.documentation</artifactId>
  <version>0.0.6</version>
</dependency>

<dependency>
  <groupId>com.io7m.montarre</groupId>
  <artifactId>com.io7m.montarre.io</artifactId>
  <version>0.0.6</version>
</dependency>

<dependency>
  <groupId>com.io7m.montarre</groupId>
  <artifactId>com.io7m.montarre.launchstub</artifactId>
  <version>0.0.6</version>
</dependency>

<dependency>
  <groupId>com.io7m.montarre</groupId>
  <artifactId>com.io7m.montarre.maven_plugin</artifactId>
  <version>0.0.6</version>
</dependency>

<dependency>
  <groupId>com.io7m.montarre</groupId>
  <artifactId>com.io7m.montarre.nativepack</artifactId>
  <version>0.0.6</version>
</dependency>

<dependency>
  <groupId>com.io7m.montarre</groupId>
  <artifactId>com.io7m.montarre.schema</artifactId>
  <version>0.0.6</version>
</dependency>

<dependency>
  <groupId>com.io7m.montarre</groupId>
  <artifactId>com.io7m.montarre.tests</artifactId>
  <version>0.0.6</version>
</dependency>

<dependency>
  <groupId>com.io7m.montarre</groupId>
  <artifactId>com.io7m.montarre.xml</artifactId>
  <version>0.0.6</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-12-03 Release: com.io7m.montarre 0.0.6
2024-12-03 Release: com.io7m.montarre 0.0.5
2024-12-03 Release: com.io7m.montarre 0.0.4
2024-11-23 Release: com.io7m.montarre 0.0.3
2024-10-20 Release: com.io7m.montarre 0.0.2
2024-10-19 Release: com.io7m.montarre 0.0.1

Sources

This project uses Git to manage source code.

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

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

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.