From 3a96c30aa8361e850da8425d2ba94370d3876b99 Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Sun, 31 Jul 2016 21:21:27 +0900 Subject: [PATCH] (refs #935) Reoveride artifact to remove war from published artifacts --- build.sbt | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sbt b/build.sbt index d75324fcf..327a350d5 100644 --- a/build.sbt +++ b/build.sbt @@ -177,6 +177,7 @@ publishTo <<= version { (v: String) => } publishMavenStyle := true pomIncludeRepository := { _ => false } +artifact in Keys.`package` := Artifact(moduleName.value) pomExtra := ( https://github.com/gitbucket/gitbucket