for a `resources` target, is there a way to have i...
# general
m
for a
resources
target, is there a way to have it place the resources in a particular place on the java classpath? for instance, instead of
/path/to/my/resources/
i'd like them placed at
/
(use case here is discovery of config files for typesafe config)