SBuild Clean Plugin

An SBuild Plugin that provides a customizable clean target.

License

License

GroupId

GroupId

org.sbuild
ArtifactId

ArtifactId

org.sbuild.plugins.clean
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

SBuild Clean Plugin
An SBuild Plugin that provides a customizable clean target.
Project URL

Project URL

https://github.com/SBuild-org/sbuild-clean-plugin
Source Code Management

Source Code Management

https://github.com/SBuild-org/sbuild-clean-plugin

Download org.sbuild.plugins.clean

How to add to project

<!-- https://jarcasting.com/artifacts/org.sbuild/org.sbuild.plugins.clean/ -->
<dependency>
    <groupId>org.sbuild</groupId>
    <artifactId>org.sbuild.plugins.clean</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.sbuild/org.sbuild.plugins.clean/
implementation 'org.sbuild:org.sbuild.plugins.clean:0.1.0'
// https://jarcasting.com/artifacts/org.sbuild/org.sbuild.plugins.clean/
implementation ("org.sbuild:org.sbuild.plugins.clean:0.1.0")
'org.sbuild:org.sbuild.plugins.clean:jar:0.1.0'
<dependency org="org.sbuild" name="org.sbuild.plugins.clean" rev="0.1.0">
  <artifact name="org.sbuild.plugins.clean" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sbuild', module='org.sbuild.plugins.clean', version='0.1.0')
)
libraryDependencies += "org.sbuild" % "org.sbuild.plugins.clean" % "0.1.0"
[org.sbuild/org.sbuild.plugins.clean "0.1.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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

org.sbuild

SBuild

A magic-free yet powerful Scala-based build tool

Versions

Version
0.1.0