SBuild Clean Plugin
This SBuild plugin provides a customizable Clean target
Download
SBuild Clean Project Plugin can be downloaded from Maven Central.
Building from Source
You need a recent version of SBuild.
git clone https://github.com/SBuild-org/sbuild-clean.git cd sbuild-sbuild-plugin/org.sbuild.plugins.clean sbuild jar
You will find the built jar in the directory org.sbuild.plugins.clean/target
.
Requirements
This plugin requires at least SBuild 0.7.1.
Configuration
All configurable properties are documented via ScalaDoc. See file Clean.scala.
Targets
In it’s default configuration, this plugin provides a clean
target, will delete the target
directory and also evicts the SBuild target cache for this project.
A names configuration will provide a clean-${name}
target and will delete the ${name}
directory without evicting the target cache.
Changelog
SBuild Clean Plugin 0.1.0 - 2014-03-07
-
Initial release