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!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4087286#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...