scala - Change 'play dist' output file name via command-line -
is possible change play dist
output file name apart modifying appname
on build.scala
?
i'm trying automate creation of 2 different zip files same project tree, e.g.: myapp-production-1.0-snapshot.zip
, myapp-integration-1.0-snapshot.zip
.
thank much!
for play framework 2.4 changing name of output file worked in build.sbt:
packagename in universal := "dist"
Comments
Post a Comment