Skip to content

Files

Latest commit

797f350 · May 6, 2014

History

History
40 lines (27 loc) · 1.05 KB

README.adoc

File metadata and controls

40 lines (27 loc) · 1.05 KB

SBuild Http Plugin

This SBuild Plugin provides support for HTTP for SBuild.

Download

The SBuild HTTP 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.http:0.0.9000")

Building from Source

If you want to build this plugin from source, you need at least SBuild 0.7.9010.0-8-0-M1.

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

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

Configuration

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

Changelog

No public releases yet