From ee76ebefc53d00751fa0c2a404c083dc63f516db Mon Sep 17 00:00:00 2001 From: Keith Wall Date: Fri, 17 Jan 2014 13:05:23 +0000 Subject: QPID-5065: modifications to get more tests running on windows (both ant and maven). Also - Fixed the jca/rar pom module name, it should be qpid-ra not qpid-rar. - Added project details such as Website, Mailing List, SCM. Patch submitted by Andrew MacBean git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1559096 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/pom.xml | 59 ++++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 50 insertions(+), 9 deletions(-) (limited to 'qpid/java/pom.xml') diff --git a/qpid/java/pom.xml b/qpid/java/pom.xml index 1b313b3514..a9f9a835eb 100644 --- a/qpid/java/pom.xml +++ b/qpid/java/pom.xml @@ -29,12 +29,10 @@ pom + + 3.0.0 + @@ -102,13 +103,12 @@ 1.6 - [3.0.0,) (java-mms.0-9-1|java-mms.0-10) ${basedir} - ${qpid.home}/target/qbtc-output - ${project.build.directory}/QPID_WORK + ${qpid.home}${file.separator}target${file.separator}qbtc-output + ${project.build.directory}${file.separator}QPID_WORK JavaTransientExcludes Java010Excludes v0_10 @@ -450,7 +450,8 @@ ${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 + ${qpid.home}${file.separator}bin${file.separator}qpid-server -sp @STORE_PATH -st @STORE_TYPE -l @LOG_CONFIG_FILE + ${qpid.home}${file.separator}bin${file.separator}qpid-server.bat -sp @STORE_PATH -st @STORE_TYPE -l @LOG_CONFIG_FILE BRK-1004 ${profile} @@ -474,9 +475,6 @@ - - ${supported-maven-version-range} - profile You must set a test profile! @@ -497,6 +495,49 @@ + + Apache Qpid™ makes messaging tools that speak AMQP and support many languages and platforms. + AMQP is an open internet protocol for reliably sending and receiving messages. It makes it possible for everyone to build a diverse, coherent messaging ecosystem. + + + http://qpid.apache.org + + + + Apache Qpid Users + users-subscribe@qpid.apache.org + users-unsubscribe@qpid.apache.org + users@qpid.apache.org + http://mail-archives.apache.org/mod_mbox/qpid-users/ + + + Apache Qpid Developers + dev-subscribe@qpid.apache.org + dev-unsubscribe@qpid.apache.org + dev@qpid.apache.org + http://mail-archives.apache.org/mod_mbox/qpid-dev/ + + + + + scm:svn:http://svn.apache.org/repos/asf/qpid/trunk/qpid + scm:svn:https://svn.apache.org/repos/asf/qpid/trunk/qpid + http://svn.apache.org/viewvc/qpid/ + + + + + qpid.releases.https + Qpid Release Distribution Repository + https://repository.apache.org/content/repositories/releases/org/apache/qpid + + + qpid.snapshots.https + Qpid Development Snapshot Repository + https://repository.apache.org/content/repositories/snapshots/org/apache/qpid + + + -- cgit v1.2.1