Skip to content

SBuild-org/sbuild-unzip-plugin

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

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

About

This SBuild Plugin provides an Unzip Scheme Handler for SBuild

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages