Skip to content

Commit

Permalink
better name for assembly jar
Browse files Browse the repository at this point in the history
  • Loading branch information
pdendek committed Sep 14, 2015
1 parent afa30ad commit 1c356ae
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build.sbt
Expand Up @@ -31,6 +31,7 @@ lazy val root = (project in file(".")).
publishArtifact in Test := false,
pomIncludeRepository := { _ => false },
test in assembly := {},
assemblyJarName in assembly := organization.value + "." + normalizedName.value + "-" + version.value + ".jar",
licenses := Seq("Apache-2.0" -> url("https://www.apache.org/licenses/LICENSE-2.0.html")),
homepage := Some(url("https://github.com/CeON/sparkling-ferns")),
pomExtra := (
Expand All @@ -44,7 +45,11 @@ lazy val root = (project in file(".")).
<name>Mateusz Fedoryszak</name>
<email>mfedoryszak@gmail.com</email>
</developer>
<developer>
<id>pdendek</id>
<name>Piotr Dendek</name>
<email>pdendek@icm.edu.pl</email>
</developer>
</developers>)
)


0 comments on commit 1c356ae

Please sign in to comment.