Return-Path: Delivered-To: apmail-maven-issues-archive@minotaur.apache.org Received: (qmail 96873 invoked from network); 26 Nov 2009 14:07:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 Nov 2009 14:07:18 -0000 Received: (qmail 35598 invoked by uid 500); 26 Nov 2009 14:07:18 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 35522 invoked by uid 500); 26 Nov 2009 14:07:18 -0000 Mailing-List: contact issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list issues@maven.apache.org Received: (qmail 35512 invoked by uid 99); 26 Nov 2009 14:07:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Nov 2009 14:07:18 +0000 X-ASF-Spam-Status: No, hits=-2.9 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [63.246.2.115] (HELO codehaus01.managed.contegix.com) (63.246.2.115) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Nov 2009 14:07:15 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 3C98E17E06C9 for ; Thu, 26 Nov 2009 08:06:55 -0600 (CST) Date: Thu, 26 Nov 2009 08:06:55 -0600 (CST) From: "Dennis Lundberg (JIRA)" To: issues@maven.apache.org Message-ID: <17474344.20183.1259244415204.JavaMail.haus-jira@codehaus01.managed.contegix.com> In-Reply-To: <14262010.1235062759720.JavaMail.haus-jira@codehaus01.managed.contegix.com> Subject: [jira] Commented: (MCHANGES-150) [regression] Report Sets not honored during site goal MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 4e90ceb663894a42f12c0e28abbab431 [ http://jira.codehaus.org/browse/MCHANGES-150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=199588#action_199588 ] Dennis Lundberg commented on MCHANGES-150: ------------------------------------------ I can confirm that this is a regression between versions 2.0 and 2.1 of Maven Changes Plugin. However it has nothing to do with whether you are invoking the report via the "site" phase or if you run the "changes:changes-report". You can use the following commands to verify it: {noformat} mvn org.apache.maven.plugins:maven-changes-plugin:2.0:changes-report mvn org.apache.maven.plugins:maven-changes-plugin:2.1:changes-report {noformat} The first one will include the issue in the report, but the second one will not. > [regression] Report Sets not honored during site goal > ----------------------------------------------------- > > Key: MCHANGES-150 > URL: http://jira.codehaus.org/browse/MCHANGES-150 > Project: Maven 2.x Changes Plugin > Issue Type: Bug > Components: changes-report > Affects Versions: 2.1 > Reporter: Paul Benedict > Assignee: Brett Porter > Attachments: changes.xml, MNG-4045-debug.txt, MNG-4045.zip > > > I was locking down my Maven Changes Plugin version with the following config: > {code} > > > org.apache.maven.plugins > maven-changes-plugin > 2.1 > > > > changes-report > > > > > > {code} > And then I created the site and noticed the report was empty. The report markup was there, of course, but it generated like my changes.xml was blank. I could run changes:changes-report just fine. However, when I then removed the tag and tried site:site again, the report output was present as expected. > Here's an interesting line from the debug output when is specified: > {quote}[DEBUG] The following artifacts were filtered out for plugin: org.apache.maven.plugins:maven-changes-plugin:2.1 because they're already in the core of Maven:{quote} > My theory is that because my plugin version has an exact match on the version, my specified plugin configuration is tossed. That certainly seems like a bug to me. -- 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