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
Post a Comment