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

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -