Repository: incubator-gearpump Updated Branches: refs/heads/master 791f45a0c -> 794e3dd7b
[GEARPUMP-246] clean up 'examples/target' when invoking 'sbt clean' Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [x] Make sure the commit message is formatted like: `[GEARPUMP-<Jira issue #>] Meaningful description of pull request` - [x] Make sure tests pass via `sbt clean test`. - [x] Make sure old documentation affected by the pull request has been updated and new documentation added for new functionality. Author: huafengw <[email protected]> Closes #120 from huafengw/fixClean. Project: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/commit/794e3dd7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/tree/794e3dd7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/diff/794e3dd7 Branch: refs/heads/master Commit: 794e3dd7b054c0010b88cd05279a9ab3c5b4d514 Parents: 791f45a Author: huafengw <[email protected]> Authored: Thu Dec 8 11:50:06 2016 +0800 Committer: huafengw <[email protected]> Committed: Thu Dec 8 11:50:06 2016 +0800 ---------------------------------------------------------------------- project/BuildGearpump.scala | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/794e3dd7/project/BuildGearpump.scala ---------------------------------------------------------------------- diff --git a/project/BuildGearpump.scala b/project/BuildGearpump.scala index 8c9e438..793d903 100644 --- a/project/BuildGearpump.scala +++ b/project/BuildGearpump.scala @@ -106,7 +106,9 @@ object BuildGearpump extends sbt.Build { ), List.empty[xml.Node], node) - } + }, + + cleanFiles += (baseDirectory.value / "examples" / "target") ) val noPublish = Seq(
