From 74f25dd6384b2a1f3154229c53cce16203a4bc72 Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Mon, 20 Nov 2006 15:07:02 +0000 Subject: broker/pom.xml - removed test scope from junit to remove warning in build log. TransportConnection.java/AMQQueue.java - change log level on a print statement from warn to info log4j.properties - updated threashold to be 'all' so we can set the logging level with amqj.logging.level client/pom.xml - fixed mvn test run output. It wasn't using our log4.properties file. systests/pom.xml - added log4j.properties configuration broker/pom.xml - added log4j.properties configuration common/pom.xml - skipped tests as there are none, and it caused the build to fail Also adjusted spaceing to be 4 space per tab (and no tabs) git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@477214 13f79535-47bb-0310-9956-ffa450edef68 --- java/broker/pom.xml | 154 +++++++++++++++++++++++++++++++--------------------- 1 file changed, 91 insertions(+), 63 deletions(-) (limited to 'java/broker') diff --git a/java/broker/pom.xml b/java/broker/pom.xml index 85aae51217..26071f3c20 100644 --- a/java/broker/pom.xml +++ b/java/broker/pom.xml @@ -18,72 +18,100 @@ --> - 4.0.0 - org.apache.qpid - qpid-broker - jar - 1.0-incubating-M2-SNAPSHOT - Qpid Broker - http://cwiki.apache.org/confluence/display/qpid - - + 4.0.0 org.apache.qpid - qpid + qpid-broker + jar 1.0-incubating-M2-SNAPSHOT - + Qpid Broker + http://cwiki.apache.org/confluence/display/qpid + + + org.apache.qpid + qpid + 1.0-incubating-M2-SNAPSHOT + + + + .. + + + + + org.apache.qpid + qpid-common + + + + commons-cli + commons-cli + + + commons-configuration + commons-configuration + + + commons-lang + commons-lang + + + org.apache.mina + mina-filter-ssl + + + org.apache.mina + mina-java5 + + + backport-util-concurrent + backport-util-concurrent + - - .. - + + org.slf4j + slf4j-simple + + + junit + junit + + + ant + ant-junit + + + org.easymock + easymockclassextension + test + + - - - commons-cli - commons-cli - - - commons-configuration - commons-configuration - - - commons-lang - commons-lang - - - org.apache.mina - mina-filter-ssl - - - org.apache.mina - mina-java5 - - - backport-util-concurrent - backport-util-concurrent - - - org.apache.qpid - qpid-common - - - org.slf4j - slf4j-simple - - - junit - junit - test - - - ant - ant-junit - test - - - org.easymock - easymockclassextension - test - - + + + + org.apache.maven.plugins + maven-surefire-plugin + + + + amqj.noAutoCreateVMBroker + true + + + amqj.logging.level + WARN + + + log4j.configuration + file:///${basedir}/src/main/java/log4j.properties + + + + **/test/**/*Test.java + + + + + -- cgit v1.2.1