Skip to content
Snippets Groups Projects
Unverified Commit 7b63c313 authored by Richard Alam's avatar Richard Alam Committed by GitHub
Browse files

Revert "Revert "Fix akka applications packaging configuration""

parent 60e15592
No related branches found
No related tags found
No related merge requests found
......@@ -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")
......@@ -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")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment