Skip to content

Commit

Permalink
igluctl: drop version and extension from executable filename (close #308
Browse files Browse the repository at this point in the history
)
  • Loading branch information
oguzhanunlu committed Jan 16, 2018
1 parent 80a062a commit ff157f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis/release_igluctl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ packages:

# The binaries to put in the zip
binary_paths:
- 0-common/igluctl/target/scala-2.12/igluctl-{{ packages.0.build_version }}.jar
- 0-common/igluctl/target/scala-2.12/igluctl
2 changes: 1 addition & 1 deletion 0-common/igluctl/project/BuildSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ object BuildSettings {
assemblyOption in assembly ~= { _.copy(prependShellScript = Some(defaultShellScript)) },

// Name it as an executable
assemblyJarName in assembly := { name.value + "-" + version.value + ".jar" },
assemblyJarName in assembly := { name.value },

// Make this executable
mainClass in assembly := Some("com.snowplowanalytics.iglu.ctl.Main")
Expand Down

0 comments on commit ff157f8

Please sign in to comment.