Author: tchemit Date: 2010-05-12 13:59:06 +0200 (Wed, 12 May 2010) New Revision: 1956 Url: http://nuiton.org/repositories/revision/topia/1956 Log: include hibernate mappings in test class-path Modified: trunk/topia-persistence/pom.xml Modified: trunk/topia-persistence/pom.xml =================================================================== --- trunk/topia-persistence/pom.xml 2010-05-12 09:38:43 UTC (rev 1955) +++ trunk/topia-persistence/pom.xml 2010-05-12 11:59:06 UTC (rev 1956) @@ -120,6 +120,13 @@ </includes> </testResource> + <testResource> + <directory>${maven.src.dir}/test/java</directory> + <includes> + <include>**/*.hbm.xml</include> + </includes> + </testResource> + </testResources> <plugins>