Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 79757 invoked from network); 7 Jan 2007 02:02:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Jan 2007 02:02:02 -0000 Received: (qmail 17565 invoked by uid 500); 7 Jan 2007 02:02:06 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 17490 invoked by uid 500); 7 Jan 2007 02:02:06 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 17479 invoked by uid 500); 7 Jan 2007 02:02:06 -0000 Received: (qmail 17476 invoked by uid 99); 7 Jan 2007 02:02:06 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Jan 2007 18:02:06 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Jan 2007 18:01:59 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id E91DB1A981A; Sat, 6 Jan 2007 18:01:00 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r493633 - /jakarta/commons/sandbox/id/trunk/pom.xml Date: Sun, 07 Jan 2007 02:01:00 -0000 To: commons-cvs@jakarta.apache.org From: dennisl@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070107020100.E91DB1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: dennisl Date: Sat Jan 6 18:01:00 2007 New Revision: 493633 URL: http://svn.apache.org/viewvc?view=rev&rev=493633 Log: Do not fail the build if tests fail, until we can figure out why the tests fail when run with Surefire. Modified: jakarta/commons/sandbox/id/trunk/pom.xml Modified: jakarta/commons/sandbox/id/trunk/pom.xml URL: http://svn.apache.org/viewvc/jakarta/commons/sandbox/id/trunk/pom.xml?view=diff&rev=493633&r1=493632&r2=493633 ============================================================================== --- jakarta/commons/sandbox/id/trunk/pom.xml (original) +++ jakarta/commons/sandbox/id/trunk/pom.xml Sat Jan 6 18:01:00 2007 @@ -90,6 +90,18 @@ + + + + org.apache.maven.plugins + maven-surefire-plugin + + true + + + --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org