Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 15883D797 for ; Sat, 1 Dec 2012 16:28:20 +0000 (UTC) Received: (qmail 10413 invoked by uid 500); 1 Dec 2012 16:28:19 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 10362 invoked by uid 500); 1 Dec 2012 16:28:19 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 10350 invoked by uid 99); 1 Dec 2012 16:28:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Dec 2012 16:28:19 +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; Sat, 01 Dec 2012 16:28:18 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id ECE6923888E7; Sat, 1 Dec 2012 16:27:57 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1416019 - /commons/proper/math/trunk/pom.xml Date: Sat, 01 Dec 2012 16:27:57 -0000 To: commits@commons.apache.org From: celestin@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121201162757.ECE6923888E7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: celestin Date: Sat Dec 1 16:27:57 2012 New Revision: 1416019 URL: http://svn.apache.org/viewvc?rev=1416019&view=rev Log: Reverted changes accidentally committed. Modified: commons/proper/math/trunk/pom.xml Modified: commons/proper/math/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/pom.xml?rev=1416019&r1=1416018&r2=1416019&view=diff ============================================================================== --- commons/proper/math/trunk/pom.xml (original) +++ commons/proper/math/trunk/pom.xml Sat Dec 1 16:27:57 2012 @@ -313,60 +313,49 @@ - - - org.apache.maven.plugins - maven-surefire-plugin - - - **/*Test.java - **/*TestBinary.java - **/*TestPermutations.java - - - **/*AbstractTest.java - - - - - maven-assembly-plugin - - - src/main/assembly/src.xml - src/main/assembly/bin.xml - - - - - org.codehaus.mojo - clirr-maven-plugin - ${commons.clirr.version} - - - - - - - + + + org.apache.maven.plugins + maven-surefire-plugin + + + **/*Test.java + **/*TestBinary.java + **/*TestPermutations.java + + + **/*AbstractTest.java + + + + + maven-assembly-plugin + + + src/main/assembly/src.xml + src/main/assembly/bin.xml + + + + + org.codehaus.mojo + clirr-maven-plugin + ${commons.clirr.version} + + + + + + + maven-pmd-plugin ${math.pmd.version} ${maven.compile.target} - - - org.apache.maven.plugins - maven-site-plugin - - - org.apache.maven.doxia - doxia-module-twiki - 1.2 - - - - + + @@ -447,22 +436,5 @@ - - - - fast - - true - true - true - true - true - true - true - true - true - - -