Hey folks! I’m not sure what’s the right place to ...
# general
i
Hey folks! I’m not sure what’s the right place to ask questions. So I’ll repost here too.
w
If you don't need to manipulate the files at all before adding them, you should be able to define them in a
resources
target in the correct layout and depend on it.
i
resources
puts files inside a package directory (e.g. com/foo/bar), but
META-INF
has to be inside the jar root.
w
@important-policeman-13818: with a layout like:
src/resources/META-INF/etc/etc
they can be placed inside the META-INF directory
ie, a META-INF directory at the root of a source root
i
Got it. Thank you!