diff --git a/build.sbt b/build.sbt index d75324f..327a350 100644 --- a/build.sbt +++ b/build.sbt @@ -177,6 +177,7 @@ } publishMavenStyle := true pomIncludeRepository := { _ => false } +artifact in Keys.`package` := Artifact(moduleName.value) pomExtra := ( https://github.com/gitbucket/gitbucket