7 Replies Latest reply on Sep 25, 2007 1:30 PM by jiyanghu

    How to exclude directory in 2.0Beta3 project archives?

    jiyanghu

      I have hbm files in different folders(com/abc, com/def). When I set up web war file I need put it under a hbm folder without directories. Problem is when I ran following xml snippet (generated by project archives), all folders will be copied to my hbm folder.








      I even tried adding exclude="**/com/**" and exclude="**/com" as below but still not work.








      How can I exclude directories when including hbm files? Thanks!