Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.28 KB

README.adoc

File metadata and controls

44 lines (29 loc) · 1.28 KB

SBuild Unzip Plugin

This SBuild Plugin provides an Unzip Scheme Handler for SBuild.

Download

The SBuild Unzip Plugin can be downloaded from Maven Central.

To include it in your SBuild build file use the @classpath annotation:

@classpath("mvn:org.sbuild:org.sbuild.plugins.unzip:0.0.9000")

Building from Source

If you want to build this plugin from source, you need at least SBuild 0.7.4.9000.

git clone https://github.com/SBuild-org/sbuild-unzip-plugin.git
cd sbuild-sbuild-plugin/org.sbuild.plugins.unzip
sbuild jar

You will find the built jar in the directory org.sbuild.plugins.unzip/target.

Configuration

All configurable properties are documented via ScalaDoc. See file Unzip.scala.

In it’s default configuration, this plugin will register a zip scheme, which will transparently expand resources .sbuild/zip.

Named plugin instances will register a scheme identical to the plugin instance name.

Changelog

No public releases yet