You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/main/scala/com/typesafe/sbt/packager/Keys.scala
+2-1
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ object Keys extends linux.Keys
12
12
// TODO - Do these keys belong here?
13
13
defnormalizedName= sbt.Keys.normalizedName
14
14
15
-
// These keys are used by the JavaApp archetype.
15
+
// These keys are used by the JavaApp/JavaServer archetypes.
16
16
valmakeBashScript=TaskKey[Option[File]]("makeBashScript", "Creates or discovers the bash script used by this project.")
17
17
valbashScriptDefines=TaskKey[Seq[String]]("bashScriptDefines", "A list of definitions that should be written to the bash file template.")
18
18
valbashScriptExtraDefines=TaskKey[Seq[String]]("bashScriptExtraDefines", "A list of extra definitions that should be written to the bash file template.")
@@ -28,4 +28,5 @@ object Keys extends linux.Keys
28
28
| APP_NAME - the name of the app
29
29
| APP_DEFINES - the defines to go into the app
30
30
| """.stripMargin)
31
+
valdefaultLinuxInstallLocation=SettingKey[String]("defaultLinuxInstallLocation", "The location where we will install generic linux packages.")
0 commit comments