This SBuild Plugin provides support for HTTP for SBuild.
Table of Contents
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")
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
.
All configurable properties are documented via ScalaDoc. See file Http.scala
.