Skip to content

SBuild-org/sbuild-clean-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 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