summaryrefslogtreecommitdiff
path: root/build.sc
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-02-04 04:23:12 -0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-02-04 04:23:12 -0800
commitf27c385385fbd14370b3112af64d64470068631c (patch)
treeb4be5ebbfd2638d528c201a6131985ed76cfff34 /build.sc
parentec83694b39bb2c61feb2cb76df0cb87ae9c3e20d (diff)
downloadmill-f27c385385fbd14370b3112af64d64470068631c.tar.gz
mill-f27c385385fbd14370b3112af64d64470068631c.tar.bz2
mill-f27c385385fbd14370b3112af64d64470068631c.zip
Use the full path of a ScalaModule in it's default artifact name, rather than just the last segment
Diffstat (limited to 'build.sc')
-rwxr-xr-xbuild.sc2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sc b/build.sc
index 9ae3a1ee..aa59e0f5 100755
--- a/build.sc
+++ b/build.sc
@@ -11,7 +11,7 @@ import upickle.Js
trait MillPublishModule extends PublishModule{
def scalaVersion = "2.12.4"
def publishVersion = build.publishVersion()._2
- def artifactName = "mill-" + super.artifactName()
+
def pomSettings = PomSettings(
description = artifactName(),
organization = "com.lihaoyi",