xsbt-filter icon indicating copy to clipboard operation
xsbt-filter copied to clipboard

DISCONTINUED: sbt plugin for filtering resources

Results 9 xsbt-filter issues
Sort by recently updated
recently updated
newest added

In maven, we can use `mvn -Pproduct package` to choose the `product` properties for the product environment. Then how to do the same thing in sbt with xsbt-filter?

Existing sbt Keys like `baseDirectory` are not replaced by this plugin. (see http://www.scala-sbt.org/0.13/docs/Plugins-Best-Practices.html). It would be nice if they were all included in the processing in such a way that...

If you do: ``` sbt it:copy-resources ``` plugin will not resolve tokens.

Hello, @sdb . Please, see the discussion in the following issue sbt/sbt/issues/1187 regarding `triggeredBy` method usage. Especially [this comment](https://github.com/sbt/sbt/issues/1187#issuecomment-39806698). Thank you.

Trying to use the plugin with a scala build file, added the plugin but it fails to find the FilterKeys: [info] Loading project definition from /home/test/projects/test/project [error] /home/test/projects/test/project/Build.scala:8: not found:...

Silly question: How could I read, say, from $HOME/.sbt/0.13/credentials.properties? In my case, I want to check in, but not persist AWS Variables If possible, just update the README.md with an...

Thanks for this plugin-- I think it's perfect for what I need, I'm just having a small problem integrating it... I'm still fairly new to Scala and very new to...