Skip to content

SBuild-org/sbuild-clean-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

SBuild Plugin that provides a customizable clean target.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages