How add custom target subdirectories to build.sbt? -


is there way have build.sbt configured (additional) specified subdirectories created if not exist?

i build.sbt create: ./target/test-temp, , ./target/test-log.

for example, intend have logback-test.xml configured log ./target/test-log/output.log. far can tell, make easier write tests on log output itself.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

Python Tornado package error when running server -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -