Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 80859 invoked from network); 1 Mar 2007 13:23:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Mar 2007 13:23:26 -0000 Received: (qmail 59327 invoked by uid 500); 1 Mar 2007 13:23:32 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 59264 invoked by uid 500); 1 Mar 2007 13:23:31 -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 59253 invoked by uid 500); 1 Mar 2007 13:23:31 -0000 Received: (qmail 59250 invoked by uid 99); 1 Mar 2007 13:23:31 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Mar 2007 05:23:31 -0800 X-ASF-Spam-Status: No, hits=-99.5 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; Thu, 01 Mar 2007 05:23:22 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 4BD251A981C; Thu, 1 Mar 2007 05:23:02 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r513308 - /jakarta/commons/proper/email/trunk/project.properties Date: Thu, 01 Mar 2007 13:23:02 -0000 To: commons-cvs@jakarta.apache.org From: dion@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070301132302.4BD251A981C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: dion Date: Thu Mar 1 05:23:01 2007 New Revision: 513308 URL: http://svn.apache.org/viewvc?view=rev&rev=513308 Log: make sure junit errors come out in the log Modified: jakarta/commons/proper/email/trunk/project.properties Modified: jakarta/commons/proper/email/trunk/project.properties URL: http://svn.apache.org/viewvc/jakarta/commons/proper/email/trunk/project.properties?view=diff&rev=513308&r1=513307&r2=513308 ============================================================================== --- jakarta/commons/proper/email/trunk/project.properties (original) +++ jakarta/commons/proper/email/trunk/project.properties Thu Mar 1 05:23:01 2007 @@ -60,3 +60,6 @@ # used to ensure the source distribution unpacks into commons-email-VERSION-src maven.dist.src.assembly.dir=${maven.dist.assembly.dir}/src/${maven.final.name}-src + +# make sure junit failures are displayed in the log +maven.junit.usefile=false \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org