scala - Adding data files to SBT project -
i add data file or configuration file along application (such sample.conf). file should available user he/she can edit sample configuration further customize application.
how can add such files project such that
- this file becomes part of distributable, ,
- how can link in source documentation, purpose can doucmented, and
- this file goes special directory (such conf)
or there such predefined task available.
sbt native packager provides support doing want, though you'll have dig through docs bit. universal
packager best approach you.
Comments
Post a Comment