From f10117cd6464a107b086e0b7f7ea44a496b04c3d Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Wed, 27 Jun 2007 15:34:57 +0000 Subject: Merged revisions 549530-550509 via svnmerge from https://svn.apache.org/repos/asf/incubator/qpid/branches/M2 ........ r549530 | rupertlssmith | 2007-06-21 17:14:03 +0100 (Thu, 21 Jun 2007) | 1 line Added minimal checkstyle to project reports. Fixed some problems with site generation. ........ r549849 | rupertlssmith | 2007-06-22 16:39:27 +0100 (Fri, 22 Jun 2007) | 1 line Added Immediate and Mandatory message tests. ........ r550509 | ritchiem | 2007-06-25 15:16:30 +0100 (Mon, 25 Jun 2007) | 1 line Update to provide a SustainedTestCase, this sends batches of messages to the broker. The rate of publication is regulated by the average consume rate advertised by all connected clients. ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@551199 13f79535-47bb-0310-9956-ffa450edef68 --- java/pom.xml | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 60 insertions(+), 7 deletions(-) (limited to 'java/pom.xml') diff --git a/java/pom.xml b/java/pom.xml index c86206d90e..2e1a792c49 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -31,9 +31,9 @@ under the License. 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/ + scm:svn:http://svn.apache.org/repos/asf/incubator/qpid/branches/M2/java + scm:svn:http://svn.apache.org/repos/asf/incubator/qpid/branches/M2/java + http://svn.apache.org/viewvc/incubator/qpid/branches/M2/java @@ -103,7 +103,7 @@ under the License. never brief - false + true false 1.5 -Xlint:fallthrough,finally @@ -554,30 +554,83 @@ under the License. + + + + + + + + + org.apache.maven.plugins maven-project-info-reports-plugin ${mprojectinfo.version} + + org.apache.maven.plugins maven-surefire-report-plugin ${surefire-report.version} + + + + org.codehaus.mojo + taglist-maven-plugin + + + org.apache.maven.plugins - maven-javadoc-plugin - ${javadoc.version} + maven-jxr-plugin + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + ${basedir}/${topDirectoryLocation}/etc/coding_standards.xml + ${basedir}/${topDirectoryLocation}/etc/license_header.txt + + + + + -- cgit v1.2.1