I am trying to create a package using sbt-native-packager without the conf folder being in the project jar. I have my conf folder included as such:
resourceDirectory in Compile <<= baseDirectory(_ => new File("conf"))
This include the conf files in the project jar is there a way I can have the conf files included on the classpath for runtime,test,console but not dist?