I want to use sbt-release to publish tar.gz file to our artifactory server, I followed the code ingoogle groups,but they are using zip artifact. I need the tar.gz due to file permissions in linux. How to achieve this in sbt-release?
Asked
Active
Viewed 682 times
0
-
Take a look into sbt-native-packager – baju Mar 20 '14 at 16:10
-
Have you figured out how to do this? – bionicseraph May 08 '14 at 18:01