You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2006/03/29 08:40:45 UTC

[jira] Updated: (MCHANGELOG-17) changelog, file activity and developer activity reports are all identical (to the changelog report)

     [ http://jira.codehaus.org/browse/MCHANGELOG-17?page=all ]

Brett Porter updated MCHANGELOG-17:
-----------------------------------

    Fix Version: 2.0

> changelog, file activity and developer activity reports are all identical (to the changelog report)
> ---------------------------------------------------------------------------------------------------
>
>          Key: MCHANGELOG-17
>          URL: http://jira.codehaus.org/browse/MCHANGELOG-17
>      Project: Maven 2.x Changelog Plugin
>         Type: Bug

>     Versions: 2.0
>  Environment: osx 10.4.5, java 1.4.2_09
>     Reporter: Julian Wood
>      Fix For: 2.0

>
>
> Given this part of the pom, I get links to 3 reports in the site, but all are just the changelog report in duplicate. I tested this before (and after) applying the MCHANGELOG-16.patch, but after the MCHANGELOG-15.patch, which is required to get the report to run without exceptions, so this would seem to have something to do with the move from mojo to maven code trees.
>       <plugin>
>         <groupId>org.apache.maven.plugins</groupId>
>         <artifactId>maven-changelog-plugin</artifactId>
>         <version>2.0-beta-2-SNAPSHOT</version>
>         <reportSets>
>           <reportSet>
>             <id>changes</id>
>             <configuration>
>               <displayFileDetailUrl>http://apollo.ucalgary.ca/websvncommons/filedetails.php?repname=pmgt&amp;rev=0&amp;sc=0&amp;path=</displayFileDetailUrl>
>               <type>range</type>
>               <range>90</range>
>             </configuration>
>             <reports>
>               <report>changelog</report>
>               <report>file-activity</report>
>               <report>dev-activity</report>
>             </reports>
>           </reportSet>
>         </reportSets>
>       </plugin>

-- 
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