From 02330a2050646b4dd7097428eb8e72128ccdf645 Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Sat, 1 Oct 2016 03:24:21 +0900 Subject: [PATCH] (refs #1304)Remove package artifact overriding --- build.sbt | 1 - 1 file changed, 1 deletion(-) diff --git a/build.sbt b/build.sbt index 760aab1d9..910ff7ae1 100644 --- a/build.sbt +++ b/build.sbt @@ -177,7 +177,6 @@ publishTo <<= version { (v: String) => } publishMavenStyle := true pomIncludeRepository := { _ => false } -artifact in Keys.`package` := Artifact(moduleName.value) pomExtra := ( https://github.com/gitbucket/gitbucket