This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
Maven-built WAR file not containing .hbm.xml files
Pieter Bosman
Greenhorn
Joined: Jun 17, 2009
Posts: 3
posted
0
Hey guys,
I'm a bit new to Maven so I wanted to ask a question.
As described in the topic, I'm in need of creating a war that contains a bunch of .hbm.xml files (for my Hibernate DAO layer). On top of that I'm still using Maven for all my dependencies etc.
I would love to be able to use "mvn package" or some other maven command to create my war.
So far the war I create does not contain the .hbm.xml files.
Is there anyone who can point me in the right direction as to how to solve this issue?