I'm new to scala and Sbt. I am trying to implement internationalization using JQuery i18n plugIn. My project folder structure contains messages.properties file in /src/main/resources/i18n folder which will be copied to classes folder during sbt compile/package. Jquery can access only if the file is under webapp folder. Is there a way to create a task in build.sbt to copy property file from src/main/resources folder to webapp folder.