I'm having difficulties including a directory in jar maven. I need the actual directory in the bank, not just the files in it. Using:
<resources> <resource> <directory>etc</directory> </resource> </resources>
only the contents of the etc directory are included in the jar, not in the actual directory. Is there a simple solution for this, ideally without using another plugin? Any feedback is welcome. Thank you
Eugen source share