By default during the build process maven is removing the empty directories.
Do you know if a parameter can be specified in the pom to instruct maven to include empty directories in the generated target/test-classes folder?
By default during the build process maven is removing the empty directories. Do you
Share
According to this ticket MRESOURCES-36, there should be a
<includeEmptyDirs>element, but only for Maven Resources Plugin 2.3.For Maven versions which included an older version of the Resources plugin:
This originally came from the openejb-standalone
pom.xmlin the openejb project.