Return-Path: Delivered-To: apmail-maven-dev-archive@www.apache.org Received: (qmail 29468 invoked from network); 20 Jan 2006 18:21:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Jan 2006 18:21:43 -0000 Received: (qmail 50925 invoked by uid 500); 20 Jan 2006 18:21:41 -0000 Delivered-To: apmail-maven-dev-archive@maven.apache.org Received: (qmail 50875 invoked by uid 500); 20 Jan 2006 18:21:41 -0000 Mailing-List: contact dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Developers List" Reply-To: "Maven Developers List" Delivered-To: mailing list dev@maven.apache.org Received: (qmail 50864 invoked by uid 99); 20 Jan 2006 18:21:40 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jan 2006 10:21:40 -0800 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [63.246.20.114] (HELO 63-246-20-114.contegix.com) (63.246.20.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jan 2006 10:21:40 -0800 Received: (qmail 21098 invoked by uid 89); 20 Jan 2006 18:21:19 -0000 Received: from unknown (HELO codehaus01.managed.contegix.com) (127.0.0.1) by smtp.domain.com with SMTP; 20 Jan 2006 18:21:19 -0000 Message-ID: <116022922.1137781279396.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Fri, 20 Jan 2006 12:21:19 -0600 (CST) From: "Mike Perham (JIRA)" To: dev@maven.apache.org Subject: [jira] Commented: (MCLOVER-19) Separate report generation & database generation In-Reply-To: <99538563.1137683980449.JavaMail.haus-jira@codehaus01.managed.contegix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://jira.codehaus.org/browse/MCLOVER-19?page=comments#action_56480 ] Mike Perham commented on MCLOVER-19: ------------------------------------ No problem, I'm about tapped out for Maven time today also so an immediate response to unblock me is not needed. Next problem: the build packages the Clover-modifed classes in the jar so the code fails to work at runtime. The unit tests should use the Clover-modified classes but the build should package the standard classes. Hmmm, this is looking more and more non-trivial. > Separate report generation & database generation > ------------------------------------------------ > > Key: MCLOVER-19 > URL: http://jira.codehaus.org/browse/MCLOVER-19 > Project: Maven 2.x Clover Plugin > Type: Improvement > Versions: 2.0 > Reporter: Mike Perham > Assignee: Vincent Massol > Fix For: 2.1 > > > From my email to the user list: > How do we get the Clover report to generate as part of the normal build? > If I run 'mvn clover:clover' it generates the report but does not perform the install process. > If I run 'mvn site:site' with the clover report plugin, same as clover:clover. > If I run 'mvn install site:site', it builds the project twice. > Is there a way to get the clover database generated from the normal build lifecycle and the site report to use that pre-generated database so it does not have to build twice? My projects cannot build twice in a row - they assume a clean build every time. The HowTo does not cover this usecase but it seems pretty common to want the daily build to create the artifacts AND document the status of your unit tests. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For additional commands, e-mail: dev-help@maven.apache.org