maven 不打包hbm 问题

Posted znsongshu

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了maven 不打包hbm 问题相关的知识,希望对你有一定的参考价值。

<build>
        <resources>
            <resource>
                <directory>src/main/java</directory>
                <includes>
                    <include>**/*.hbm.xml</include>
                </includes>
            </resource>
            <resource>
                <directory>src/main/resources</directory>
                <includes>
                    <include>**/*.xml</include>
                    <include>**/*.properties</include>
                </includes>
            </resource>
        </resources>
    </build>

 

以上是关于maven 不打包hbm 问题的主要内容,如果未能解决你的问题,请参考以下文章

Maven 示例 - NullPointer 执行 hibernate3:hbm2ddl

如何在 mvn clean install 中配置 maven hbm2hbmxml 和 hbm2java 一个接一个地运行

如何使用 maven 配置 hibernate-tools 以生成 hibernate.cfg.xml、*.hbm.xml、POJO 和 DAO

无法使用 hibernate3-maven-plugin-3.0 生成 hbm2ddl

intellij 编译 springmvc+hibernate+spring+maven 找不到hbm.xml映射文件

org.hibernate.MappingNotFoundException: *.hbm.xml not found