java - SBT- Copy File to Output Classes -


i have persistence.xml file in 1 of packages (the file mixed sources)

i want copied to:

target -> scala-2.11 -> classes -> persistence.xml

how can sbt?

would consider adding file under src/main/resources? resource copied target/scala-*/classes/.


Comments

Popular posts from this blog

java - BeanIO write annotated class to fixedlength -

Using Java 8 lambdas/transformations to combine and flatten two Maps -

How to connect android app to App engine -