Maven - how to include empty directories

Posted by fraido on Stack Overflow See other posts from Stack Overflow or by fraido
Published on 2010-04-09T07:30:38Z Indexed on 2010/04/09 7:33 UTC
Read the original article Hit count: 267

Filed under:
|
|

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?

© Stack Overflow or respective owner

Related posts about maven

Related posts about directories