You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Martin Vysny <mv...@whitestein.com> on 2006/11/07 10:55:59 UTC

test resources: empty directories are ignored

Hi,
  I have several directories located in the src/test/resources and I
need them to be copied to target/test-classes. This is of course handled
by maven-resources-plugin, however it does not copy empty directories. I
know it sounds insane to access empty dirs using classloader but I have
my reasons ;)

Thanks in advance,
Martin Vysny