From fd5a3babceee0380d2fdc2ca4fe53eb4bc9bf037 Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Mon, 23 Sep 2013 23:58:38 +0000 Subject: QPID-5048: add initial pom files for a maven build still a work-in-progress git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1525753 13f79535-47bb-0310-9956-ffa450edef68 --- java/pom.xml | 304 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 304 insertions(+) create mode 100644 java/pom.xml (limited to 'java/pom.xml') diff --git a/java/pom.xml b/java/pom.xml new file mode 100644 index 0000000000..fb1713bbc7 --- /dev/null +++ b/java/pom.xml @@ -0,0 +1,304 @@ + + + + + org.apache + apache + 12 + + 4.0.0 + + org.apache.qpid + qpid-project + 0.26-SNAPSHOT + pom + + + + + + 3.8.1 + 1.9.0 + + + 1.5 + 1.5 + + + ${basedir} + ${qpid.home}/target/qbtc-output + ${project.build.directory}/QPID_WORK + + JavaTransientExcludes Java010Excludes + v0_10 + AMQP_1_0 + + java-mms.0-10 + ${profile.excludes.java-mms.0-10} + + + + + junit + junit + ${junit-version} + test + + + + org.mockito + mockito-all + ${mockito-version} + test + + + + + amqp-1-0-client + amqp-1-0-client-jms + amqp-1-0-common + broker + broker-core + broker-plugins/access-control + broker-plugins/amqp-0-8-protocol + broker-plugins/amqp-0-10-protocol + broker-plugins/amqp-1-0-protocol + broker-plugins/amqp-msg-conv-0-8-to-0-10 + broker-plugins/amqp-msg-conv-0-8-to-1-0 + broker-plugins/amqp-msg-conv-0-10-to-1-0 + broker-plugins/derby-store + broker-plugins/jdbc-provider-bone + broker-plugins/jdbc-store + broker-plugins/management-http + broker-plugins/management-jmx + broker-plugins/memory-store + common + client + management/common + jca + jca/rar + + tools + management/example + + qpid-test-utils + systests + perftests + + perftests/visualisation-jfc + bdbstore + bdbstore/jmx + bdbstore/systests + + + + + + oracle.releases + http://download.oracle.com/maven + default + + + + csvjdbc.releases + http://csvjdbc.sourceforge.net/maven2 + default + + + + + + + org.apache.maven.plugins + maven-antrun-plugin + + + + create-qbtc-output-dir + pre-integration-test + + run + + + + + + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + + **/*Test.java + + -Xmx512m + + ${qpid.home} + ${qpid.work} + + org.apache.qpid.jndi.PropertiesFileInitialContextFactory + test-profiles${file.separator}test-provider.properties + + ${qpid.home}/etc/config-systests.json + org.apache.qpid.server.store.MemoryMessageStore + + false + + 1000 + BURL + + debug + debug + debug + warn + + test-profiles${file.separator}log4j-test.xml + file://${basedir}${file.separator}..${file.separator}test-profiles${file.separator}log4j-test.xml + + false + + 15672 + 18999 + 19099 + 18080 + + 15671 + 25672 + 25671 + + true + Excludes JavaExcludes ${profile}.excludes ${profile.excludes} + 512M + + false + ${QPID_HOME}${file.separator}etc${file.separator}virtualhosts-systests.xml + + + java + internal + + ${broker.version.java-mms.0-10} + ${qpid.broker_default_amqp_protocol_excludes.java-mms.0-10} + Exception + ${qpid.home}/bin/qpid-server -sp @STORE_PATH -st @STORE_TYPE -l @LOG_CONFIG_FILE + + BRK-1004 + true + ${profile} + + + ${qpid.home.qbtc.output} + + + + + + + + + + java-mms.0-10 + + true + + profile + java-mms.0-10 + + + + java-mms.0-10 + ${profile.excludes.java-mms.0-10} + + + + + maven-surefire-plugin + + + ${broker.version.java-mms.0-10} + ${qpid.broker_default_amqp_protocol_excludes.java-mms.0-10} + + + + + + + + + java-mms.0-9-1 + + + profile + java-mms.0-9-1 + + + + java-mms.0-9-1 + JavaTransientExcludes XAExcludes JavaPre010Excludes + + + + + maven-surefire-plugin + + + v0_9_1 + AMQP_1_0,AMQP_0_10 + + + + + + + + + + -- cgit v1.2.1