Maven assembly plugin not creating tar files with directory entries?
问题 I'm working on my first Maven project which will ultimately package a Java app in a Debian package (using the jdeb plugin). I'm trying to use the assembly plugin to build a tar file, but it looks like the generated file does not always include directory entries, which will cause dpkg install to fail. Has anyone seen this before? Specifically, the generated tar file does not include directory entries for: a fileSet that specifies <includes> (leaving <includes> will result in a directory entry