Revert "Revert "Fix akka applications packaging configuration""

This commit is contained in:
Richard Alam 2018-12-11 10:57:09 -05:00 committed by GitHub
parent 60e155920f
commit 7b63c31317
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 3 additions and 8 deletions

View File

@ -39,6 +39,7 @@ testOptions in Test += Tests.Argument(TestFrameworks.Specs2, "html", "console",
testOptions in Test += Tests.Argument(TestFrameworks.ScalaTest, "-h", "target/scalatest-reports")
Seq(Revolver.settings: _*)
lazy val bbbAppsAkka = (project in file(".")).settings(name := "bbb-apps-akka", libraryDependencies ++= Dependencies.runtime).settings(compileSettings)
scalariformAutoformat := false
@ -73,7 +74,4 @@ daemonUser in Linux := user
// group which will execute the application
daemonGroup in Linux := group
mappings in(Universal, packageBin) += file("src/main/resources/application.conf") -> "conf/application.conf"
mappings in(Universal, packageBin) += file("src/main/resources/logback.xml") -> "conf/logback.xml"
debianPackageDependencies in Debian ++= Seq("java8-runtime-headless", "bash")

View File

@ -76,12 +76,9 @@ val user = "bigbluebutton"
val group = "bigbluebutton"
// user which will execute the application
daemonUser in Linux := user
daemonUser in Linux := user
// group which will execute the application
daemonGroup in Linux := group
mappings in(Universal, packageBin) += file("src/main/resources/application.conf") -> "conf/application.conf"
mappings in(Universal, packageBin) += file("src/main/resources/logback.xml") -> "conf/logback.xml"
daemonGroup in Linux := group
debianPackageDependencies in Debian ++= Seq("java8-runtime-headless", "bash")