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

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -