Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 54123 invoked from network); 26 Nov 2010 17:31:28 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 26 Nov 2010 17:31:28 -0000 Received: (qmail 56992 invoked by uid 500); 26 Nov 2010 17:31:26 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 56799 invoked by uid 500); 26 Nov 2010 17:31:25 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 56791 invoked by uid 99); 26 Nov 2010 17:31:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Nov 2010 17:31:25 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jieryn@gmail.com designates 74.125.82.43 as permitted sender) Received: from [74.125.82.43] (HELO mail-ww0-f43.google.com) (74.125.82.43) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Nov 2010 17:31:18 +0000 Received: by wwb17 with SMTP id 17so828271wwb.24 for ; Fri, 26 Nov 2010 09:30:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=S6nfIWBaoaDw4YSM9GwOMcbup7ibuNxQNJD7JHdNt9g=; b=NsKspIXU+YlImdnvhC4AHyQOb5pnUuXP/tzmbTk/6MXAz8SKWEWrEZH2INraY1rNf+ q13oRUif5nmTFwn3IqAdC9QzSPryuLf7FXXHpIEmRINEZH0R/JRhdlazJZOkRUpjbhc8 SboA2ige7bzubmZawkLig6+sbht7UItsV4XGo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=RFWGk64m7VamMvSzMZWw1pGxF496I2lpNd17MyZ1bTVdSXApEH4gpuUzrsgWG5znuc OZSL8SfjOsNJopkMdRbQjjxfnEzocZjpJ6Q1buvG+GzVlEXFNE/yNxrqW01oabbIhfdR 5GKthNvLm4fp+0jxyMRrK2TB7CWQMDpTugRRU= MIME-Version: 1.0 Received: by 10.216.44.208 with SMTP id n58mr483136web.39.1290792656980; Fri, 26 Nov 2010 09:30:56 -0800 (PST) Received: by 10.216.233.18 with HTTP; Fri, 26 Nov 2010 09:30:56 -0800 (PST) In-Reply-To: References: Date: Fri, 26 Nov 2010 12:30:56 -0500 Message-ID: Subject: Re: multi-module agregated test report From: Jesse Farinacci To: Maven Users List Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Greetings Emerson, On Fri, Nov 26, 2010 at 10:30 AM, emerson wrote: > I believe it is correct to say that MAVEN 2 HAS NO WAY to aggregate > surefire reports from different sub-modules and at the same time show > a summary for each module? Could some one confirm this,then I will > look for another solution. That does appear to be the case, but I would be remiss if I didn't point out the somewhat contradictory requests you're making. You want the aggregation to maintain the separation. :-) To address your previous observation about Hudson splitting out by package, I suppose that may be true but I have structured my projects in such a way (and I suspect most users have) where this is not an issue. More specifically, for every project I can remember, there have been no Java-package/Maven-module path name conflicts. You could open an enhancement request at the plugin's JIRA instance[0] but I would expect this enhancement to be fairly unpopular (not negatively popular, but disinterested) given the aforementioned opposing philosophical goals. -Jesse [0] http://jira.codehaus.org/browse/SUREFIRE -- There are 10 types of people in this world, those that can read binary and those that can not. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org