I need to achieve something like Maven filtering, but with SBT:
- read the .properties files.
- replace all instances of $ {some.property} in the "filtered" resource file with values ββread from the properties file
What is the best way to achieve this with sbt?
(I checked the xsbt-filter plugin and the sbt-properties plugin, but I don't know how to even get started)
Bozho source share