From f34e698b3beb0aa5810adff8bc101b37aa6eb2d2 Mon Sep 17 00:00:00 2001 From: Alex Rudyy Date: Fri, 21 Mar 2014 12:44:50 +0000 Subject: QPID-5048: dby profiles, bdb test deps and config for perftests-systests & bdbstore-systests and a fix for clean between test runs Patch supplied by Andrew MacBean git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1579935 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/bdbstore/pom.xml | 14 +++++++++ qpid/java/bdbstore/systests/pom.xml | 61 +++++++++++++++++++++++++++++++++++++ 2 files changed, 75 insertions(+) (limited to 'qpid/java/bdbstore') diff --git a/qpid/java/bdbstore/pom.xml b/qpid/java/bdbstore/pom.xml index d7d12f0b33..5d34559a46 100644 --- a/qpid/java/bdbstore/pom.xml +++ b/qpid/java/bdbstore/pom.xml @@ -102,6 +102,20 @@ + + + + org.apache.maven.plugins + maven-jar-plugin + + + + test-jar + + + + + diff --git a/qpid/java/bdbstore/systests/pom.xml b/qpid/java/bdbstore/systests/pom.xml index e8620d3426..fe718f9dac 100644 --- a/qpid/java/bdbstore/systests/pom.xml +++ b/qpid/java/bdbstore/systests/pom.xml @@ -33,6 +33,7 @@ ${project.basedir}${file.separator}..${file.separator}..${file.separator}test-profiles${file.separator}log4j-test.xml ${basedir}/../.. ${basedir}/../.. + ${basedir}/../../systests @@ -65,6 +66,66 @@ com.sleepycat je + + + org.apache.qpid + qpid-bdbstore + ${project.version} + test-jar + test + + + + + org.apache.maven.plugins + maven-resources-plugin + + + + + copy-bdbstore-bin-resources + generate-resources + + copy-resources + + + ${qpid.home} + + + ${basedir}/.. + + bin/ + + + + + + + + + org.apache.maven.plugins + maven-antrun-plugin + + + + fix-bdb-script-permissions + package + + + + + + + + + + run + + + + + + -- cgit v1.2.1