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