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

How to connect android app to App engine -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

php - display validation error message next to the textbox in codeigniter -