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/client/pom.xml | 200 ++++++++++++++++++++++++++-------------------------- 1 file changed, 100 insertions(+), 100 deletions(-) (limited to 'java/client/pom.xml') diff --git a/java/client/pom.xml b/java/client/pom.xml index 6965a72759..cd619a824a 100644 --- a/java/client/pom.xml +++ b/java/client/pom.xml @@ -19,109 +19,109 @@ - 4.0.0 - org.apache.qpid - qpid-client - jar - 1.0-incubating-M2-SNAPSHOT - Qpid Client - http://cwiki.apache.org/confluence/display/qpid - - + 4.0.0 org.apache.qpid - qpid + qpid-client + jar 1.0-incubating-M2-SNAPSHOT - + Qpid Client + http://cwiki.apache.org/confluence/display/qpid + + + org.apache.qpid + qpid + 1.0-incubating-M2-SNAPSHOT + + + + .. + warn + + + + + + org.apache.qpid + qpid-common + + + org.apache.qpid + qpid-broker + + + + + commons-codec + commons-codec + + + + org.apache.geronimo.specs + geronimo-jms_1.1_spec + + + commons-collections + commons-collections + + + commons-lang + commons-lang + + + org.apache.mina + mina-filter-ssl + + + + + jmscts + jmscts + 0.5-b2 + + + jms + jms + + + - - .. - + + org.easymock + easymockclassextension + test + - - - commons-codec - commons-codec - - - org.apache.geronimo.specs - geronimo-jms_1.1_spec - - - commons-collections - commons-collections - - - commons-lang - commons-lang - - - org.apache.mina - mina-filter-ssl - - - org.apache.qpid - qpid-common - - - org.apache.qpid - qpid-broker - - - org.slf4j - slf4j-simple - test - - - junit - junit - test - - - org.easymock - easymockclassextension - test - - - jmscts - jmscts - 0.5-b2 - test - - - jms - jms - - - - - xml-security - xml-security - 1.0.4 - test - - + - - - - org.apache.maven.plugins - maven-surefire-plugin - - - - amqj.noAutoCreateVMBroker - true - - - - **/test/unit/**/*Test.java - - - **/JNDIReferenceableTest.java - **/TransactedTest.java - - - - - + + + + org.apache.maven.plugins + maven-surefire-plugin + + + + amqj.noAutoCreateVMBroker + true + + + amqj.logging.level + WARN + + + log4j.configuration + file:///${basedir}/src/main/java/log4j.properties + + + + **/test/unit/**/*Test.java + + + **/JNDIReferenceableTest.java + **/TransactedTest.java + + + + + -- cgit v1.2.1