When making bundles of jvm projects is there a com...
# general
c
When making bundles of jvm projects is there a common convention for where to keep configuration files and other things to bundle up?
src/java/org/example/coolproject/{conf,bin}
Or in their own part of the tree?