[hibernate-commits] Hibernate SVN: r14244 - core/trunk/testing.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu Dec 13 12:09:58 EST 2007


Author: steve.ebersole at jboss.com
Date: 2007-12-13 12:09:58 -0500 (Thu, 13 Dec 2007)
New Revision: 14244

Modified:
   core/trunk/testing/pom.xml
Log:
corrected pom to include hbm.xml resources into the built jar

Modified: core/trunk/testing/pom.xml
===================================================================
--- core/trunk/testing/pom.xml	2007-12-12 22:40:03 UTC (rev 14243)
+++ core/trunk/testing/pom.xml	2007-12-13 17:09:58 UTC (rev 14244)
@@ -33,4 +33,16 @@
         </dependency>
     </dependencies>
 
+    <build>
+        <resources>
+            <resource>
+                <filtering>false</filtering>
+                <directory>${baseir}/src/main/java</directory>
+                <includes>
+                    <include>**/*.hbm.xml</include>
+                </includes>
+            </resource>
+        </resources>
+    </build>
+
 </project>




More information about the hibernate-commits mailing list