From 0ec3fc2ed0e3e8e80997cac72178925f7ba4f650 Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Fri, 28 Mar 2014 15:50:04 +0000 Subject: QPID-5048: added basic cpp broker test profile Patch supplied by Andrew MacBean git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1582781 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/pom.xml | 50 +++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 49 insertions(+), 1 deletion(-) (limited to 'qpid/java/pom.xml') diff --git a/qpid/java/pom.xml b/qpid/java/pom.xml index fa2a5c486b..d1440b3e80 100644 --- a/qpid/java/pom.xml +++ b/qpid/java/pom.xml @@ -53,7 +53,7 @@ Documentation for the Qpid components can be accessed on our website at:${line.separator}http://qpid.apache.org/documentation.html - (java-mms.0-9|java-mms.0-9-1|java-mms.0-10|java-bdb.0-9|java-bdb.0-9-1|java-bdb.0-10|java-dby.0-9|java-dby.0-9-1|java-dby.0-10|java-dby-mem.0-9|java-dby-mem.0-9-1|java-dby-mem.0-10) + (java-mms.0-9|java-mms.0-9-1|java-mms.0-10|java-bdb.0-9|java-bdb.0-9-1|java-bdb.0-10|java-dby.0-9|java-dby.0-9-1|java-dby.0-10|java-dby-mem.0-9|java-dby-mem.0-9-1|java-dby-mem.0-10|cpp) ${project.build.directory}/license-maven-plugin @@ -655,6 +655,54 @@ + + cpp + + + profile + cpp + + + + cpp + cpp + spawned + Exception constructed + Listening on TCP + ${cpp-broker-dir}/qpidd -p @PORT --data-dir ${qpid.work}/@PORT -t --auth no --no-module-dir + + Excludes CPPExcludes ${profile}.excludes ${profile.specific.excludes} cpp.excludes + CPPPrefetchExcludes CPPTransientExcludes + v0_10 + true + + + + + org.apache.maven.plugins + maven-enforcer-plugin + + + enforce-cpp-broker-dir-defined + + enforce + + + + + cpp-broker-dir + You must set a the CPP broker directory property for this profile. (e.g. -Dcpp-broker-dir=/somedir/cpp/src) + + + true + + + + + + + + -- cgit v1.2.1