Return-Path: X-Original-To: apmail-activemq-commits-archive@www.apache.org Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 98E609F76 for ; Thu, 22 Dec 2011 13:38:24 +0000 (UTC) Received: (qmail 4735 invoked by uid 500); 22 Dec 2011 13:38:24 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 4711 invoked by uid 500); 22 Dec 2011 13:38:24 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 4704 invoked by uid 99); 22 Dec 2011 13:38:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Dec 2011 13:38:24 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Dec 2011 13:38:21 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id ADB60238897D for ; Thu, 22 Dec 2011 13:37:59 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1222223 - /activemq/activemq-apollo/trunk/pom.xml Date: Thu, 22 Dec 2011 13:37:59 -0000 To: commits@activemq.apache.org From: chirino@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111222133759.ADB60238897D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: chirino Date: Thu Dec 22 13:37:59 2011 New Revision: 1222223 URL: http://svn.apache.org/viewvc?rev=1222223&view=rev Log: Fixes APLO-113 - Add code coverage reporting. Modified: activemq/activemq-apollo/trunk/pom.xml Modified: activemq/activemq-apollo/trunk/pom.xml URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/pom.xml?rev=1222223&r1=1222222&r2=1222223&view=diff ============================================================================== --- activemq/activemq-apollo/trunk/pom.xml (original) +++ activemq/activemq-apollo/trunk/pom.xml Thu Dec 22 13:37:59 2011 @@ -368,12 +368,6 @@ org.apache.maven.plugins - maven-site-plugin - 2.1.1 - - - - org.apache.maven.plugins maven-enforcer-plugin @@ -392,6 +386,54 @@ + + org.apache.maven.plugins + maven-site-plugin + 3.0 + + + attach-descriptor + + attach-descriptor + + + + + + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 2.4 + + false + false + + + + index + dependencies + issue-tracking + license + mailing-list + modules + project-team + plugin-management + plugins + scm + + + + org.scala-tools + maven-scala-plugin + + ${scala-version} + + + + + + - - - org.apache.maven.plugins - maven-surefire-report-plugin - 2.4.3 - - - - org.codehaus.mojo - taglist-maven-plugin - 2.3 - - - - - @@ -728,7 +697,41 @@ + + + undercover + + + zact + http://zact.googlecode.com/svn/maven/repository + + + + + zact + http://zact.googlecode.com/svn/maven/repository + + + + + + undercover + undercover-maven-plugin + 0.8.4 + + + test + + undercover + + + + + + + +