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 -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -