MPF wrote:
Hi!

If I wanna install my project on my local repository the hibernate hbm.xml
files always get ignored - No hbm.xml file is in the generated JAR!
If I use mvn package the hbm.xml files are there - whats going wrong with
mvn install

I assume you have those along with your java source files. Only javadoc-related files are copied from there (i.e. src/main/java). You could copy the hbm mappings in your src/main/resources directory, keeping the same sub-dir structure if any.

hth,

Manos

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to