Set proper artifact names.
authorTomas Zeman <tomas@functionals.cz>
Thu, 19 Sep 2019 13:07:16 +0200
changeset 6 7146cc2c4b81
parent 5 44aad285dc66
child 7 d101f632cc8d
Set proper artifact names.
build.sc
--- a/build.sc	Thu Sep 19 13:00:31 2019 +0200
+++ b/build.sc	Thu Sep 19 13:07:16 2019 +0200
@@ -22,6 +22,8 @@
 
 trait Common extends CrossScalaModule with PublishModule {
 
+  override def artifactName: T[String] = "spss4s"
+
   def publishVersion: Input[String] = T.input{
     val tv = hgTag() map(v => "-" + v.replace(".patch", "")) getOrElse ""
     V.spss4s.replace("SNAPSHOT", s"${hgNum()}-${hgId()}$tv")