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/pom.xml | 1237 ++++++++++++++++++++++++++++------------------------------ 1 file changed, 592 insertions(+), 645 deletions(-) (limited to 'java/pom.xml') diff --git a/java/pom.xml b/java/pom.xml index de44ee5c16..0afe4b3edd 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -21,668 +21,615 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - 4.0.0 - org.apache.qpid - qpid - 1.0-incubating-M2-SNAPSHOT - Qpid - http://cwiki.apache.org/confluence/display/qpid - - pom - - - scm:svn:http://svn.apache.org/repos/asf/incubator/qpid/trunk - scm:svn:http://svn.apache.org/repos/asf/incubator/qpid/trunk - http://svn.apache.org/viewvc/incubator/qpid/trunk/ - - - - 2.0.4 - - - 2006 - - - Qpid Developer List - qpid-dev-subscribe@incubator.apache.org - qpid-dev-unsubscribe@incubator.apache.org - qpid-dev@incubator.apache.org - http://mail-archives.apache.org/mod_mbox/incubator-qpid-dev - - - Qpid Commits List - qpid-commits-subscribe@incubator.apache.org - qpid-commits-unsubscribe@incubator.apache.org - qpid-commits@incubator.apache.org - http://mail-archives.apache.org/mod_mbox/incubator-qpid-commits - - - - - The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - repo - - - - Apache Software Foundation - http://www.apache.org/ - - - . - - once - brief - false - false - 1.5 - -Xlint:fallthrough,finally - - - 1.2-SNAPSHOT - 2.1 - 2.0 - 2.0.1 - 1.0 - 2.2 - 2.0 - 2.0 - 2.0 - 2.0 - 2.2 - 2.0-beta-5 - 2.1-SNAPSHOT - 2.3-SNAPSHOT - - ${basedir}/${topDirectoryLocation}/../workspace - - - - common - broker - client - cluster - systests - - - - - - src/main/java - - **/*.java - - - - src/main/resources - - ** - - - - src/main/resources-filtered - - ** - - true - - - target/generated/src/main/resources - - ** - - - - - - src/test/java - - **/*.java - - - - src/test/resources - - ** - - - - src/test/java - - **/*.xml - - true - - - - - - org.apache.maven.plugins - maven-antrun-plugin - ${antrun.version} - + 4.0.0 + org.apache.qpid + qpid + 1.0-incubating-M2-SNAPSHOT + Qpid + http://cwiki.apache.org/confluence/display/qpid + + pom + + + scm:svn:http://svn.apache.org/repos/asf/incubator/qpid/trunk + scm:svn:http://svn.apache.org/repos/asf/incubator/qpid/trunk + http://svn.apache.org/viewvc/incubator/qpid/trunk/ + + + + 2.0.4 + + + 2006 + + + Qpid Developer List + qpid-dev-subscribe@incubator.apache.org + qpid-dev-unsubscribe@incubator.apache.org + qpid-dev@incubator.apache.org + http://mail-archives.apache.org/mod_mbox/incubator-qpid-dev + + + Qpid Commits List + qpid-commits-subscribe@incubator.apache.org + qpid-commits-unsubscribe@incubator.apache.org + qpid-commits@incubator.apache.org + http://mail-archives.apache.org/mod_mbox/incubator-qpid-commits + + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + Apache Software Foundation + http://www.apache.org/ + + + . + + once + brief + false + false + 1.5 + -Xlint:fallthrough,finally + + + 1.2-SNAPSHOT + 2.1 + 2.0 + 2.0.1 + 1.0 + 2.2 + 2.0 + 2.0 + 2.0 + 2.0 + 2.2 + 2.0-beta-5 + 2.1-SNAPSHOT + 2.3-SNAPSHOT + + debug + + ${basedir}/${topDirectoryLocation}/../workspace + + + + common + broker + client + cluster + systests + + + + + + src/main/java + + **/*.java + + + + src/main/resources + + ** + + + + src/main/resources-filtered + + ** + + true + + + target/generated/src/main/resources + + ** + + + + + + src/test/java + + **/*.java + + + + src/test/resources + + ** + + + + src/test/java + + **/*.xml + + true + + + + + + + org.apache.maven.plugins + maven-antrun-plugin + ${antrun.version} + + + ant + ant-nodeps + 1.6.5 + + + + + + org.apache.maven.plugins + maven-jar-plugin + ${jar.version} + + + org.apache.maven.plugins + maven-resources-plugin + ${resources.version} + + + org.apache.maven.plugins + maven-compiler-plugin + ${compiler.version} + + ${java.source.version} + ${java.source.version} + ${compile.forked} + + + + org.apache.maven.plugins + maven-surefire-plugin + ${surefire.version} + + + **/*$* + + ${surefire.format} + ${surefire.usefile} + ${surefire.fork.mode} + false + -ea + + + amqj.logging.level + ${amqj.logging.level} + + + + + + org.apache.maven.plugins + maven-site-plugin + ${site.version} + + + org.apache.maven.plugins + maven-eclipse-plugin + ${eclipse.plugin.version} + + + + org.eclipse.jdt.core.javabuilder + com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder + net.sourceforge.pmd.runtime.pmdBuilder + + + org.eclipse.jdt.core.javanature + com.atlassw.tools.eclipse.checkstyle.CheckstyleNature + net.sourceforge.pmd.runtime.pmdNature + + + + + org.apache.maven.plugins + maven-idea-plugin + + true + true + + + + + + + install + + + + + - xmlbeans - xbean - 2.0.0 + commons-cli + commons-cli + 1.0 + - xmlbeans - xbean_xpath - 2.1.0 + commons-codec + commons-codec + 1.3 - xmlbeans - xmlpublic - 2.1.0 + commons-collections + commons-collections + 3.1 + - javax.xml.bind - jsr173_api - 1.0 + commons-configuration + commons-configuration + 1.2 + - ant - ant-nodeps - 1.6.5 + + commons-lang + commons-lang + 2.1 - ant - ant-trax - 1.6.5 + commons-logging + commons-logging + 1.0.4 + + + + org.apache.geronimo.specs + geronimo-jms_1.1_spec + 1.0 + + + xml-resolver + xml-resolver + 1.1 + + + net.sf.saxon + saxon + 8.7 + + + + jython + jython + 2.1 + + + log4j + log4j + 1.2.12 + + + org.slf4j + slf4j-simple + 1.0 + + + org.apache.mina + mina-core + 1.0.0 + + + org.apache.mina + mina-filter-ssl + 1.0.0 + + + org.apache.mina + mina-java5 + 1.0.0 + + + backport-util-concurrent + backport-util-concurrent + 2.2 + + + junit + junit + 3.8.2 + + + ant + ant-junit + 1.6.5 - - - - org.apache.maven.plugins - maven-jar-plugin - ${jar.version} - - - org.apache.maven.plugins - maven-resources-plugin - ${resources.version} - - - org.apache.maven.plugins - maven-compiler-plugin - ${compiler.version} - - ${java.source.version} - ${java.source.version} - ${compile.forked} - - - - org.apache.maven.plugins - maven-surefire-plugin - ${surefire.version} - - - **/*$* - - ${surefire.format} - ${surefire.usefile} - ${surefire.fork.mode} - false - -ea - - - - org.apache.maven.plugins - maven-site-plugin - ${site.version} - - - org.apache.maven.plugins - maven-eclipse-plugin - ${eclipse.plugin.version} - - - - org.eclipse.jdt.core.javabuilder - com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder - net.sourceforge.pmd.runtime.pmdBuilder - - - org.eclipse.jdt.core.javanature - com.atlassw.tools.eclipse.checkstyle.CheckstyleNature - net.sourceforge.pmd.runtime.pmdNature - - - - - - install - - - - - - commons-attributes - commons-attributes-api - 2.1 - - - commons-attributes - commons-attributes-compiler - 2.1 - - - commons-beanutils - commons-beanutils - 1.6 - - - commons-cli - commons-cli - 1.0 - - - commons-codec - commons-codec - 1.3 - - - commons-collections - commons-collections - 3.1 - - - commons-configuration - commons-configuration - 1.2 - - - commons-dbcp - commons-dbcp - 1.2.1 - - - commons-digester - commons-digester - 1.6 - - - commons-discovery - commons-discovery - 0.2 - - - commons-fileupload - commons-fileupload - 1.0 - - - commons-httpclient - commons-httpclient - 3.0 - - - commons-lang - commons-lang - 2.1 - - - commons-logging - commons-logging - 1.0.4 - - - commons-pool - commons-pool - 1.2 - - - commons-validator - commons-validator - 1.1.4 - - - org.apache.geronimo.specs - geronimo-jms_1.1_spec - 1.0 - - - javax.xml.bind - jsr173_api - 1.0 - - - xml-resolver - xml-resolver - 1.1 - - - net.sf.saxon - saxon - 8.7 - - - xmlbeans - xbean - 2.0.0 - - - xmlbeans - xbean_xpath - 2.1.0 - - - xmlbeans - xmlpublic - 2.1.0 - - - jython - jython - 2.1 - - - log4j - log4j - 1.2.12 - - - org.slf4j - slf4j-simple - 1.0 - - - org.apache.mina - mina-core - 1.0.0 - - - org.apache.mina - mina-filter-ssl - 1.0.0 - - - org.apache.mina - mina-java5 - 1.0.0 - - - backport-util-concurrent - backport-util-concurrent - 2.2 - - - junit - junit - 3.8.2 - test - - - ant - ant-junit - 1.6.5 - test - - - org.easymock - easymockclassextension - 2.2 - test - - - org.apache.qpid - qpid-common - ${project.version} - - - org.apache.qpid - qpid-client - ${project.version} - - - org.apache.qpid - qpid-broker - ${project.version} - - - org.apache.qpid - qpid-mgmt-core - ${project.version} - - - org.apache.qpid - qpid-mgmt-client - ${project.version} - - - org.apache.qpid - qpid-cluster - ${project.version} - - - - - - - - org.codehaus.mojo - cobertura-maven-plugin - ${cobertura.version} - - - org.apache.maven.plugins - maven-project-info-reports-plugin - ${mprojectinfo.version} - - - org.apache.maven.plugins - maven-surefire-report-plugin - ${surefire-report.version} - - - org.apache.maven.plugins - maven-javadoc-plugin - ${javadoc.version} - - - org.apache.maven.plugins - maven-checkstyle-plugin - - ${basedir}/${topDirectoryLocation}/checkstyle.xml - - - - org.apache.maven.plugins - maven-pmd-plugin - - ${java.source.version} - - ${basedir}/.ruleset - - - - - - - - - - - - - apache.snapshots - Apache SNAPSHOT Repository - http://people.apache.org/repo/m2-snapshot-repository - - true - - - - - - - fastinstall - - true - - - - nochecks - - - - - sourcecheck - - true - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - false - ${compile.flags} - - - - org.apache.maven.plugins - maven-pmd-plugin - - - - - - setup.eclipse - - process-test-sources + + org.easymock + easymockclassextension + 2.2 + test + + + org.apache.qpid + qpid-common + ${project.version} + + + org.apache.qpid + qpid-client + ${project.version} + + + org.apache.qpid + qpid-broker + ${project.version} + + + org.apache.qpid + qpid-mgmt-core + ${project.version} + + + org.apache.qpid + qpid-mgmt-client + ${project.version} + + + org.apache.qpid + qpid-cluster + ${project.version} + + + + + - - org.apache.maven.plugins - maven-eclipse-plugin - - - setup.eclipse.project - process-test-sources - - eclipse - - - - setup.eclipse.workspace - process-test-sources - - add-maven-repo - + + org.codehaus.mojo + cobertura-maven-plugin + ${cobertura.version} + + + org.apache.maven.plugins + maven-project-info-reports-plugin + ${mprojectinfo.version} + + + org.apache.maven.plugins + maven-surefire-report-plugin + ${surefire-report.version} + + + org.apache.maven.plugins + maven-javadoc-plugin + ${javadoc.version} + + + org.apache.maven.plugins + maven-checkstyle-plugin - ${eclipse.workspace.dir} + ${basedir}/${topDirectoryLocation}/checkstyle.xml - - - - - org.apache.maven.plugins - maven-antrun-plugin - ${antrun.version} - - - ant - ant-nodeps - 1.6.5 - - - ant - ant-trax - 1.6.5 - - - - - setup.workspace - validate + + + org.apache.maven.plugins + maven-pmd-plugin - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + ${java.source.version} + + ${basedir}/.ruleset + - - run - - - - + - - - + + + + + + + + + apache.snapshots + Apache SNAPSHOT Repository + http://people.apache.org/repo/m2-snapshot-repository + + true + + + + + + + fastinstall + + true + + + + nochecks + + + + + sourcecheck + + true + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + false + ${compile.flags} + + + + org.apache.maven.plugins + maven-pmd-plugin + + + + + + + setup.eclipse + + process-test-sources + + + org.apache.maven.plugins + maven-eclipse-plugin + + + setup.eclipse.project + process-test-sources + + eclipse + + + + setup.eclipse.workspace + process-test-sources + + add-maven-repo + + + ${eclipse.workspace.dir} + + + + + + org.apache.maven.plugins + maven-antrun-plugin + ${antrun.version} + + + ant + ant-nodeps + 1.6.5 + + + ant + ant-trax + 1.6.5 + + + + + setup.workspace + validate + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + run + + + + + + + + -- cgit v1.2.1