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 -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -