Iso9660 Maven Plugin

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.github.stephenc.java-iso-tools
ArtifactId

ArtifactId

iso9660-maven-plugin
Last Version

Last Version

2.1.0
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

Iso9660 Maven Plugin
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
Source Code Management

Source Code Management

http://github.com/stephenc/java-iso-tools/tree/master/iso9660-maven-plugin/

Download iso9660-maven-plugin

How to add to project

<plugin>
    <groupId>com.github.stephenc.java-iso-tools</groupId>
    <artifactId>iso9660-maven-plugin</artifactId>
    <version>2.1.0</version>
</plugin>

Dependencies

compile (7)

Group / Artifact Type Version
org.apache.maven : maven-plugin-api jar 3.0.5
org.apache.maven : maven-archiver jar 2.5
com.github.stephenc.java-iso-tools : iso9660-writer jar 2.1.0
org.codehaus.plexus : plexus-utils jar 2.0.5
org.codehaus.plexus : plexus-archiver jar 2.1.1
org.codehaus.plexus : plexus-component-annotations jar 1.5.5
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.

java-iso-tools

This project provides a number of tools for manipulating iso9660 filesystems natively within Java.

Project Status Maven Central Latest Version Java CI with Maven

Project status

I (@stephenc) am not actively maintaining this repository. Because the Maven Central publishing of this is tied to my personal account, I cannot transfer the project to somebody else without changing the GroupId.

If somebody wants to take responsibility for vetting pull requests, etc I am happy to give them commit permissions and I can set up something to allow periodic releases.

Note
If somebody wants to take over as an offical fork at the a new GroupId, create a pull request against this README with a pointer to the fork. If, after 3 months there are more thumbs up from users than thumbs down, I will merge the pull request for the fork with the most "votes".

If nobody steps forward, do not expect any new releases or any work on the open issues.

Getting started quickly

Visit mvnrepository.com, select the parts you need for your project, and then add that to your build system via Gradle, Maven, or other.

Building from source

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

  • Maven

  • JDK

Installing

Assuming you already have a working JDK and maven install.

Compiling

mvn compile

Running the tests

Note
There are some default tests

Use maven to run existing unit tests

mvn test

To run all tests including the Maven plugin integration tests:

mvn verify

Versions

Version
2.1.0
2.0.1
2.0.0
1.2.2