From 1c57ec564cb4e56b21e8793754b3e6ac79e17f86 Mon Sep 17 00:00:00 2001 From: epugh Date: Mon, 5 Jul 2004 14:29:55 +0000 Subject: [PATCH] MPHIBERNATE-7 plugin:test fails. Provide complete path versus relative git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115664 13f79535-47bb-0310-9956-ffa450edef68 --- hibernate/src/plugin-test/project.properties | 4 ++-- hibernate/xdocs/changes.xml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/hibernate/src/plugin-test/project.properties b/hibernate/src/plugin-test/project.properties index 383cb6d9..72f13f38 100644 --- a/hibernate/src/plugin-test/project.properties +++ b/hibernate/src/plugin-test/project.properties @@ -1,3 +1,3 @@ -maven.hibernate.properties=src/main/hibernate.properties +maven.hibernate.properties=${basedir}/src/main/hibernate.properties maven.hibernate.quiet=false -maven.hibernate.input.dir=${maven.build.dest},src/etc \ No newline at end of file +maven.hibernate.input.dir=${maven.build.dest},${basedir}/src/etc \ No newline at end of file diff --git a/hibernate/xdocs/changes.xml b/hibernate/xdocs/changes.xml index 2046b4e7..bb1190e9 100644 --- a/hibernate/xdocs/changes.xml +++ b/hibernate/xdocs/changes.xml @@ -25,6 +25,7 @@ + Unit tests only functioned from the /src/plugin-test directory. plugin:test fails New aggregate-mappings goal to aggregate multiple .hbm files into one file. Added multiple base directories for mapping files Update to hibernate-2.1.3.