Thank you very much, it works!

Best regards
Markus

-----Ursprüngliche Nachricht-----
Von: Manos Batsis [mailto:[EMAIL PROTECTED] 
Gesendet: Donnerstag, 06. März 2008 14:19
An: Maven Users List
Betreff: Re: mvn install ignore hibernate hbm.xml files

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]


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

Reply via email to