Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 3438 invoked from network); 4 Oct 2010 07:27:53 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 4 Oct 2010 07:27:53 -0000 Received: (qmail 21785 invoked by uid 500); 4 Oct 2010 07:27:51 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 21024 invoked by uid 500); 4 Oct 2010 07:27:47 -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 21015 invoked by uid 99); 4 Oct 2010 07:27:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Oct 2010 07:27:46 +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: local policy) Received: from [98.136.44.56] (HELO smtp101.prem.mail.sp1.yahoo.com) (98.136.44.56) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 04 Oct 2010 07:27:38 +0000 Received: (qmail 22034 invoked from network); 4 Oct 2010 07:27:17 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=DKIM-Signature:Received:X-Yahoo-SMTP:X-YMail-OSG:X-Yahoo-Newman-Property:Content-Type:Mime-Version:Subject:From:In-Reply-To:Date:Content-Transfer-Encoding:Message-Id:References:To:X-Mailer; b=L2cl28dR2rwQqzS9DVKNASmQRZJVBTSlu31Tp3NO5XRUP1DaFTY+7O2j3D61Umd/RG7KygBORBlsmXnmWtV2CdA9PVDy/LOj/9wx9q5s6tWhZwvgUi4UhHm7pNA7XyjICsK0M+IS2qcfRDSVPoFQQUHqFYnxIPf+VxDNqD2NEp0= ; DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1286177236; bh=BDNM+bTo6B25R0lq2NvIkeexivu7ZVqbUs7zV7GBpUY=; h=Received:X-Yahoo-SMTP:X-YMail-OSG:X-Yahoo-Newman-Property:Content-Type:Mime-Version:Subject:From:In-Reply-To:Date:Content-Transfer-Encoding:Message-Id:References:To:X-Mailer; b=O/j3MJzjSjuAKJMH7K9S0y1ZOVnK+cRS+2XUQgXRL4E5pYlVLnwntIcj74VhFDAlhb3au1c4rzZMekmn5OXELXhlfRfpW5rdors1sPuI0RbvC7gMouI5Z9onza7+KOiA2qXUJAZprePRQHQIASwNLJCvXI6DDlfHwi7d0C2yquE= Received: from [10.0.1.4] (david_jencks@76.76.148.215 with plain) by smtp101.prem.mail.sp1.yahoo.com with SMTP; 04 Oct 2010 00:27:16 -0700 PDT X-Yahoo-SMTP: .9oIUzyswBANsYgUm_5uPui0skTnzGJXJQ-- X-YMail-OSG: I29jErUVM1nzTEEiLwieZktqLLhRRVkQ904VgC7uYDo3wfS 77TJHMdq0EJXSCcYv74oiQcxNItR4HosofYxQWkvxWNYlzubCgX6AVc0rNSU dlTCusgKn1j8rud_7rbsEgMmd_A0FAe0R4kujFhh4K.TMUryKZwLA3JTJwtb S1ZTsxYZi3X5J8UtY_FCC9o45xQwGOTMtQ9RZIHiBpROBZuiz1LzTOdS3oX6 i7TsYnOaGPgzXcc8eOYRz3_fHMKZNwtAajJ3dM3OjxoGsn5NCu5ZQ.BypH8y cbxcG1WQdwWRC67v1QG_sAuxF7MaRFzlJf6hNqUJUP5lxxxOSwHr1fNiI X-Yahoo-Newman-Property: ymail-3 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1081) Subject: Re: Failsafe (aggregate?) reports??? From: David Jencks In-Reply-To: Date: Mon, 4 Oct 2010 00:27:15 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <69B99BF2-D23A-4EC0-9A52-ECC50D3CD57C@yahoo.com> References: <80F5996E-9E8F-46EC-B743-F6D10C9F21C3@yahoo.com> To: "Maven Users List" X-Mailer: Apple Mail (2.1081) X-Virus-Checked: Checked by ClamAV on apache.org Thanks, I can get that to work with maven 2.2.1 but modifying the configuration = to work with maven 3 RC3 like this=20 org.apache.maven.plugins maven-site-plugin = org.apache.maven.plugins = maven-surefire-report-plugin 2.6 integration-tests = report-only = true = failsafe-report = ${project.basedir}/target/failsafe-reports I can't get any output related to failsafe reports although I think the = plugin is running ( I get a surefire-reports.html page that shows 0 = tests). Has anyone gotten this to work with maven 3? thanks david jencks On Oct 2, 2010, at 11:37 PM, Stephen Connolly wrote: > The >=20 > Reporting integration test results >=20 > Section on = http://maven.apache.org/plugins/maven-failsafe-plugin/usage.html >=20 > -Stephen >=20 > On 3 October 2010 02:42, David Jencks wrote: >>=20 >> The maven-failsafe-plugin claims it's possible to produce failsafe = reports using the maven-surefire-report-plugin but neither plugin has = documentation I can find on how to do it. Ideally I'd like to aggregate = all the reports into one top-level report. >>=20 >> Does anyone know if this is documented anywhere or know of a working = example? >>=20 >> thanks >> david jencks >>=20 >>=20 >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org >> For additional commands, e-mail: users-help@maven.apache.org >>=20 >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org > For additional commands, e-mail: users-help@maven.apache.org >=20 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org