Requirements:
- Include scala-library.jar in the zip file because the machine may not have scala installed.
- Include scripts and configure files into the zip just like Maven assembly.
- Include the jar in the zip file.
Lessons:
- Key.
- SettingKey and TaskKey
- Cannot reference Key directory. Need to use tuple like this:
(sbt_key) => { key_val => }
- projectBin is the jar
- managed
dist
settings // list settings keys
tasks // list all tasks
show clean-files // check value of settings keys
inspect clean-files // check more information than show