From efc1a16aded5db4b1f92dc9529705f537b37029d Mon Sep 17 00:00:00 2001 From: Steve Ebersole Date: Thu, 13 Dec 2007 17:09:58 +0000 Subject: [PATCH] corrected pom to include hbm.xml resources into the built jar git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14244 1b8cb986-b30d-0410-93ca-fae66ebed9b2 --- testing/pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/testing/pom.xml b/testing/pom.xml index ec899856dd..1895ae3f50 100644 --- a/testing/pom.xml +++ b/testing/pom.xml @@ -33,4 +33,16 @@ + + + + false + ${baseir}/src/main/java + + **/*.hbm.xml + + + + +